Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h85 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/SandboxIR/
H A DType.h341 inline ElementCount getElementCount() const { in getElementCount() function
H A DConstant.h469 ElementCount getElementCount() const { in getElementCount() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h695 inline ElementCount VectorType::getElementCount() const { in getElementCount() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1156 ElementCount ConstantAggregateZero::getElementCount() const { in getElementCount() function in ConstantAggregateZero
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp504 const SCEV *ScalarEvolution::getElementCount(Type *Ty, ElementCount EC) { in getElementCount() function in ScalarEvolution
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2106 SDValue SelectionDAG::getElementCount(const SDLoc &DL, EVT VT, ElementCount EC, in getElementCount() function in SelectionDAG