Searched defs:getStep (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | IVDescriptors.h | 322 const SCEV *getStep() const { return Step; } getStep() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | InductiveRangeCheckElimination.cpp | 172 const SCEV *getStep() const { return Step; } getStep() function in __anon295d98950111::InductiveRangeCheck |
/llvm-project/llvm/lib/IR/ | ||
H A D | IntrinsicInst.cpp | 288 Value *InstrProfIncrementInst::getStep() const { getStep() function in InstrProfIncrementInst |
/llvm-project/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 4198 Expr *getStep() { return *(getFinals().end()); } getStep() function |