Searched refs:getFCmp (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1627 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 D | Constants.cpp | 2398 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare() 2515 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
|
| H A D | Core.cpp | 1669 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1197 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2810 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1199 See the method [llvm::ConstantExpr::getFCmp]. *)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3699 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in parseValID()
|