Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h341 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
383 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
582 unsigned getNumElements() const { return ElementQuantity; } in getNumElements() function
H A DDebugInfoMetadata.h2687 unsigned getNumElements() const { return Elements.size(); } getNumElements() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h228 unsigned getNumElements() const { return NumElements; } in getNumElements() function
360 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp121 unsigned getNumElements() const { in getNumElements() function in __anon9ce31d5f0111::SVEType
H A DNeonEmitter.cpp204 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } in getNumElements() function in __anonabaaf6210111::Type
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1113 unsigned UndefValue::getNumElements() const { getNumElements() function in UndefValue
2660 unsigned ConstantDataSequential::getNumElements() const { getNumElements() function in ConstantDataSequential
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4223 unsigned ExtVectorElementExpr::getNumElements() const { getNumElements() function in ExtVectorElementExpr