Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h319 const SCEV *getStep() const { return Step; } in getStep() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp224 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp159 const SCEV *getStep() const { return Step; } in getStep() function in __anonfaeb45920111::InductiveRangeCheck
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h4020 Expr *getStep() { return *(getFinals().end()); } in getStep() function
4023 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function