Searched refs:getStride (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h140 const SCEV *getStride(const IVStrideUse &IU, const Loop *L) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h107 uint32_t getStride() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h138 virtual uint32_t getStride() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h112 uint32_t getStride() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp284 uint32_t NativeRawSymbol::getStride() const { function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp412 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { function in class:IVUsers
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp782 uint32_t DIARawSymbol::getStride() const { function in class:DIARawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2429 const SCEV *A = IU.getStride(*CondUse, L);
2430 const SCEV *B = IU.getStride(*UI, L);

Completed in 170 milliseconds