Searched defs:CreateICmp (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 194 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
|
D | TargetFolder.h | 211 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
|
D | NoFolder.h | 241 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp() function
|
/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/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
|