Searched defs:getElementCount (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TensorSpec.h | 84 size_t getElementCount() const { return ElementCount; } in getElementCount() function |
/llvm-project/llvm/include/llvm/CodeGenTypes/ | ||
H A D | LowLevelType.h | 184 constexpr ElementCount getElementCount() const { getElementCount() function |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DerivedTypes.h | 641 inline ElementCount VectorType::getElementCount() const { getElementCount() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 1135 ElementCount ConstantAggregateZero::getElementCount() const { getElementCount() function in ConstantAggregateZero |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 2048 SDValue SelectionDAG::getElementCount(const SDLoc &DL, EVT VT, ElementCount EC, getElementCount() function in SelectionDAG |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ScalarEvolution.cpp | 512 const SCEV *ScalarEvolution::getElementCount(Type *Ty, ElementCount EC) { getElementCount() function in ScalarEvolution |