Searched refs:LatchCmpInst (Results 1 – 1 of 1) sorted by relevance
186 ICmpInst *LatchCmpInst = getLatchCmpInst(L); in findFinalIVValue() local187 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() local240 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 …]