Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h322 const SCEV *getStep() const { return Step; } in getStep() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp280 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp158 const SCEV *getStep() const { return Step; } in getStep() function in __anon1c7c69790111::InductiveRangeCheck
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4062 Expr *getStep() { return *(getFinals().end()); } in getStep() function
4065 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function