Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1484 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation()
1488 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation()
1492 ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2)); in evaluateFCmpRelation()
DConstants.cpp2048 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
2158 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() function in ConstantExpr
DCore.cpp1620 return wrap(ConstantExpr::getFCmp(Predicate, in LLVMConstFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h1146 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2724 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in parseConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3408 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()