/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float " in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1484 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1488 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation() 1492 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
|
D | Constants.cpp | 2048 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare() 2158 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
|
D | Core.cpp | 1620 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1355 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1359 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation() 1363 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
|
D | Constants.cpp | 1867 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare() 1973 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
|
D | Core.cpp | 1235 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantFold.cpp | 1605 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1609 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation() 1613 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
|
D | Constants.cpp | 2328 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare() 2445 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
|
D | Core.cpp | 1653 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 1068 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 1146 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float " in TEST()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Constants.h | 1200 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2724 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3015 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3226 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1105 See the method [llvm::ConstantExpr::getFCmp]. *)
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1156 See the method [llvm::ConstantExpr::getFCmp]. *)
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2781 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3609 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in parseValID()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3408 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
|