Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h84 size_t getElementCount() const { return ElementCount; } in getElementCount() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h184 constexpr ElementCount getElementCount() const { in getElementCount() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h641 inline ElementCount VectorType::getElementCount() const { in getElementCount() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1135 ElementCount ConstantAggregateZero::getElementCount() const { in getElementCount() function in ConstantAggregateZero
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2049 SDValue SelectionDAG::getElementCount(const SDLoc &DL, EVT VT, ElementCount EC, in getElementCount() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp512 const SCEV *ScalarEvolution::getElementCount(Type *Ty, ElementCount EC) { in getElementCount() function in ScalarEvolution