Home
last modified time | relevance | path

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

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