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