Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp255 if (LatchCmpInst->getOperand(0) == &getStepInst() || in getCanonicalPredicate()
256 LatchCmpInst->getOperand(1) == &getStepInst()) in getCanonicalPredicate()
277 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&getStepInst()))) in getDirection()
H A DLoopNestAnalysis.cpp96 if ((isa<BinaryOperator>(I) && &I != &OuterLoopLB->getStepInst()) || in checkSafeInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h172 Instruction &getStepInst() const { return StepInst; } in getStepInst() function