Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h785 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS);
/external/llvm/unittests/IR/
DConstantsTest.cpp275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float " in TEST()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1573 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()
DConstantFold.cpp1548 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()
DCore.cpp843 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/include/llvm/IR/
DConstants.h1068 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1460 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in ParseConstants()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2164 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli934 See the method [llvm::ConstantExpr::getFCmp]. *)
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3226 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/bindings/ocaml/llvm/
Dllvm.mli1105 See the method [llvm::ConstantExpr::getFCmp]. *)