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