getICmpCondCode overloads
Synopses
Declared in <llvm/CodeGen/Analysis.h>
getICmpCondCode ‐ Return the LLVM IR integer condition code corresponding to the given ISD integer condition code.
getICmpCondCode ‐ Return the ISD condition code corresponding to the given LLVM IR integer condition code.
Return Value
-
The LLVM IR integer comparison predicate for
Pred. -
The ISD condition code for
Pred.
Parameters
Name |
Description |
Pred |
ISD integer condition code to convert. |
Created with MrDocs