Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h80 size_t getElementCount() const { return ElementCount; } in getElementCount() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h174 constexpr ElementCount getElementCount() const { in getElementCount() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h641 inline ElementCount VectorType::getElementCount() const { in getElementCount() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1078 ElementCount ConstantAggregateZero::getElementCount() const { in getElementCount() function in ConstantAggregateZero
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2013 SDValue SelectionDAG::getElementCount(const SDLoc &DL, EVT VT, ElementCount EC, in getElementCount() function in SelectionDAG