Home
last modified time | relevance | path

Searched refs:getEquivalentICmp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h168 bool getEquivalentICmp(CmpInst::Predicate &Pred, APInt &RHS) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp532 SubsetIntersect.getEquivalentICmp(Pred, NewRHSAP)) { in widenCondCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp150 bool ConstantRange::getEquivalentICmp(CmpInst::Predicate &Pred, in getEquivalentICmp() function in ConstantRange
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp9411 if (ExactCR.getEquivalentICmp(NewPred, NewRHS) && in SimplifyICmpOperands()