Home
last modified time | relevance | path

Searched refs:getDimension (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp686 unsigned getDimension() const { return VTy->getNumElements(); } in getDimension() function
697 for (unsigned i = 1; i < getDimension(); i++) { in isInterleaved()
891 for (unsigned i = 0; i < Result.getDimension(); i++) { in computeFromLI()
1048 for (unsigned i = 0; i < getDimension(); i++) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1158 const Node *getDimension() const { return Dimension; } in getDimension() function