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