Searched defs:CreateICmp (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 235 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
|
H A D | NoFolder.h | 299 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 201 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
|
H A D | NoFolder.h | 254 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 228 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 226 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1643 func (b Builder) CreateICmp(pred IntPredicate, lhs, rhs Value, name string) (v Value) { func
|