Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DConstants.h785 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS);
/external/llvm/lib/VMCore/
DConstants.cpp1570 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()
DConstantFold.cpp1545 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()
DCore.cpp773 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp658 return llvm::ConstantExpr::getFCmp(llvm::CmpInst::FCMP_UNE, C, in VisitCastExpr()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1424 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in ParseConstants()
/external/llvm/lib/AsmParser/
DLLParser.cpp2135 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli787 See the method [llvm::ConstantExpr::getFCmp]. *)