Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h326 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
368 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
567 unsigned getNumElements() const { return ElementQuantity; } in getNumElements() function
H A DDebugInfoMetadata.h2583 unsigned getNumElements() const { return Elements.size(); } in getNumElements() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h127 uint16_t getNumElements() const { in getNumElements() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h229 unsigned getNumElements() const { return NumElements; } in getNumElements() function
360 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp109 unsigned getNumElements() const { in getNumElements() function in __anon1b4186c10111::SVEType
H A DNeonEmitter.cpp205 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } in getNumElements() function in __anonf5d68bc30111::Type
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1142 unsigned UndefValue::getNumElements() const { in getNumElements() function in UndefValue
2923 unsigned ConstantDataSequential::getNumElements() const { in getNumElements() function in ConstantDataSequential
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4110 unsigned ExtVectorElementExpr::getNumElements() const { in getNumElements() function in ExtVectorElementExpr