Searched defs:CreateFCmp (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 205 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
|
D | NoFolder.h | 258 Instruction *CreateFCmp(CmpInst::Predicate P, in CreateFCmp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 229 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 237 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
|
D | NoFolder.h | 301 Instruction *CreateFCmp(CmpInst::Predicate P, in CreateFCmp() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 230 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1649 func (b Builder) CreateFCmp(pred FloatPredicate, lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1716 func (b Builder) CreateFCmp(pred FloatPredicate, lhs, rhs Value, name string) (v Value) { func
|