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