Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp1332 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation()
1336 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation()
1340 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
H A DConstants.cpp2432 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
2549 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
H A DCore.cpp1635 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h1218 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp278 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), in TEST()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1152 See the method [llvm::ConstantExpr::getFCmp]. *)
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3523 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in parseValID()