Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp1627 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation()
1631 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation()
1635 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
H A DConstants.cpp2398 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
2515 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
H A DCore.cpp1669 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1197 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2810 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1199 See the method [llvm::ConstantExpr::getFCmp]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3699 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in parseValID()