Searched refs:getFCmp (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1332 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 D | Constants.cpp | 2432 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare() 2549 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
|
| H A D | Core.cpp | 1635 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1218 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 278 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), in TEST()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1152 See the method [llvm::ConstantExpr::getFCmp]. *)
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3523 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in parseValID()
|