Home
last modified time | relevance | path

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 DConstantFolder.h235 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
H A DNoFolder.h299 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h201 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
H A DNoFolder.h254 Instruction *CreateICmp(CmpInst::Predicate P, in CreateICmp() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h228 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h226 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1643 func (b Builder) CreateICmp(pred IntPredicate, lhs, rhs Value, name string) (v Value) { func