Home
last modified time | relevance | path

Searched defs:getStride (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h108 Expr *getStride() { return cast_or_null<Expr>(SubExprs[STRIDE]); } in getStride() function
109 const Expr *getStride() const { return cast_or_null<Expr>(SubExprs[STRIDE]); } in getStride() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp358 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { in getStride() function in IVUsers
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp283 uint32_t NativeRawSymbol::getStride() const { in getStride() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp782 uint32_t DIARawSymbol::getStride() const { in getStride() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp365 unsigned getStride() const { in getStride() function in __anon46e5f17f0111::LowerMatrixIntrinsics::MatrixTy
412 unsigned getStride() const { in getStride() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp540 DISubrange::BoundType DISubrange::getStride() const { in getStride() function in DISubrange
626 DIGenericSubrange::BoundType DIGenericSubrange::getStride() const { in getStride() function in DIGenericSubrange