Searched defs:CreateFCmp (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 165 Instruction *CreateFCmp(CmpInst::Predicate P, in CreateFCmp() function
|
D | ConstantFolder.h | 228 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | InstSimplifyFolder.h | 177 Value *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
|
D | TargetFolder.h | 246 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 240 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, in CreateFCmp() function
|
D | NoFolder.h | 304 Instruction *CreateFCmp(CmpInst::Predicate P, in CreateFCmp() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 232 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS, 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
|