/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 785 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS);
|
/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/lib/VMCore/ |
D | Constants.cpp | 1573 return getFCmp(Predicate, C1, C2); in getCompare() 1649 ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, Constant *RHS) { in getFCmp() function in ConstantExpr 2154 Replacement = ConstantExpr::getFCmp(getPredicate(), C1, C2); in replaceUsesOfWithOnConstant()
|
D | ConstantFold.cpp | 1548 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1552 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation() 1556 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
|
D | Core.cpp | 843 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/include/llvm/IR/ |
D | Constants.h | 1068 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1460 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in ParseConstants()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2164 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 934 See the method [llvm::ConstantExpr::getFCmp]. *)
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3226 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/bindings/ocaml/llvm/ |
D | llvm.mli | 1105 See the method [llvm::ConstantExpr::getFCmp]. *)
|