Home
last modified time | relevance | path

Searched defs:getStep (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h322 const SCEV *getStep() const { return Step; } getStep() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp172 const SCEV *getStep() const { return Step; } getStep() function in __anon295d98950111::InductiveRangeCheck
/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp288 Value *InstrProfIncrementInst::getStep() const { getStep() function in InstrProfIncrementInst
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4198 Expr *getStep() { return *(getFinals().end()); } getStep() function
4201 const Expr *getStep() const { return *(getFinals().end()); } getStep() function