Searched refs:getFCmp (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ |
D | Constants.h | 785 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS);
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 1570 return getFCmp(Predicate, C1, C2); in getCompare() 1648 ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, Constant *RHS) { in getFCmp() function in ConstantExpr 2154 Replacement = ConstantExpr::getFCmp(getPredicate(), C1, C2); in replaceUsesOfWithOnConstant()
|
D | ConstantFold.cpp | 1545 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1549 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation() 1553 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
|
D | Core.cpp | 773 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 658 return llvm::ConstantExpr::getFCmp(llvm::CmpInst::FCMP_UNE, C, in VisitCastExpr()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1424 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in ParseConstants()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2135 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 787 See the method [llvm::ConstantExpr::getFCmp]. *)
|