Searched refs:LatchCmpInst (Results 1 – 1 of 1) sorted by relevance
184 ICmpInst *LatchCmpInst = getLatchCmpInst(L); in findFinalIVValue() local185 if (!LatchCmpInst) in findFinalIVValue()188 Value *Op0 = LatchCmpInst->getOperand(0); in findFinalIVValue()189 Value *Op1 = LatchCmpInst->getOperand(1); in findFinalIVValue()237 ICmpInst *LatchCmpInst = dyn_cast<ICmpInst>(BI->getCondition()); in getCanonicalPredicate() local238 assert(LatchCmpInst && in getCanonicalPredicate()244 ? LatchCmpInst->getPredicate() in getCanonicalPredicate()245 : LatchCmpInst->getInversePredicate(); in getCanonicalPredicate()247 if (LatchCmpInst->getOperand(0) == &getFinalIVValue()) in getCanonicalPredicate()252 if (LatchCmpInst->getOperand(0) == &getStepInst() || in getCanonicalPredicate()[all …]