Home
last modified time | relevance | path

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

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