Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp186 ICmpInst *LatchCmpInst = getLatchCmpInst(L); in findFinalIVValue() local
187 if (!LatchCmpInst) in findFinalIVValue()
190 Value *Op0 = LatchCmpInst->getOperand(0); in findFinalIVValue()
191 Value *Op1 = LatchCmpInst->getOperand(1); in findFinalIVValue()
239 ICmpInst *LatchCmpInst = dyn_cast<ICmpInst>(BI->getCondition()); in getCanonicalPredicate() local
240 assert(LatchCmpInst && in getCanonicalPredicate()
246 ? LatchCmpInst->getPredicate() in getCanonicalPredicate()
247 : LatchCmpInst->getInversePredicate(); in getCanonicalPredicate()
249 if (LatchCmpInst->getOperand(0) == &getFinalIVValue()) in getCanonicalPredicate()
254 if (LatchCmpInst->getOperand(0) == &getStepInst() || in getCanonicalPredicate()
[all …]