Home
last modified time | relevance | path

Searched refs:getMinMaxPred (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h573 CmpInst::Predicate getMinMaxPred(SelectPatternFlavor SPF,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp52 CmpInst::Predicate Pred = getMinMaxPred(SPF); in createMinMax()
806 ICmpInst::Predicate CanonicalPred = getMinMaxPred(SPR.Flavor); in canonicalizeMinMaxWithConstant()
1501 CmpInst::Predicate P = getMinMaxPred(SPF); in factorizeMinMaxTree()
1779 CmpInst::Predicate Pred = getMinMaxPred(SPF, SPR.Ordered); in visitSelectInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp4853 CmpInst::Predicate llvm::getMinMaxPred(SelectPatternFlavor SPF, bool Ordered) { in getMinMaxPred() function in llvm
4874 return getMinMaxPred(getInverseMinMaxFlavor(SPF)); in getInverseMinMaxPred()