Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h394 const SCEV *getStep() const { return Step; } in getStep() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h932 uint64_t getStep() const { in getStep() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp164 const SCEV *getStep() const { return Step; } in getStep() function in __anona4c10e620111::InductiveRangeCheck
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp256 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4752 Expr *getStep() { return *(getFinals().end()); } in getStep() function
4755 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function