Home
last modified time | relevance | path

Searched refs:getFCmp (Results 1 – 22 of 22) sorted by relevance

/external/llvm/unittests/IR/
DConstantsTest.cpp275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float " in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1484 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()
DConstants.cpp2048 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
2158 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
DCore.cpp1620 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
/external/llvm/lib/IR/
DConstantFold.cpp1355 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()
DConstants.cpp1867 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
1973 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
DCore.cpp1235 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
/external/llvm-project/llvm/lib/IR/
DConstantFold.cpp1605 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()
DConstants.cpp2328 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
2445 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
DCore.cpp1653 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
/external/llvm/include/llvm/IR/
DConstants.h1068 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h1146 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float " in TEST()
/external/llvm-project/llvm/include/llvm/IR/
DConstants.h1200 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2724 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
/external/llvm/lib/AsmParser/
DLLParser.cpp3015 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3226 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1105 See the method [llvm::ConstantExpr::getFCmp]. *)
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli1156 See the method [llvm::ConstantExpr::getFCmp]. *)
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2781 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp3609 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in parseValID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3408 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()