Searched refs:getStepInst (Results 1 – 3 of 3) sorted by relevance
254 if (LatchCmpInst->getOperand(0) == &getStepInst() || in getCanonicalPredicate()255 LatchCmpInst->getOperand(1) == &getStepInst()) in getCanonicalPredicate()276 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&getStepInst()))) in getDirection()
96 if ((isa<BinaryOperator>(I) && &I != &OuterLoopLB->getStepInst()) || in checkSafeInstruction()
675 Instruction &getStepInst() const { return StepInst; } in getStepInst() function