Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h368 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
410 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
635 unsigned getNumElements() const { return ElementQuantity; } in getNumElements() function
H A DDebugInfoMetadata.h3341 unsigned getNumElements() const { return Elements.size(); } in getNumElements() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h160 constexpr uint16_t getNumElements() const { in getNumElements() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h397 unsigned getNumElements() const { in getNumElements() function
H A DConstant.h550 unsigned getNumElements() const { in getNumElements() function
825 unsigned getNumElements() const { in getNumElements() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h226 unsigned getNumElements() const { return NumElements; } in getNumElements() function
358 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp121 unsigned getNumElements() const { in getNumElements() function in __anone51b860d0111::SVEType
H A DNeonEmitter.cpp204 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } in getNumElements() function in __anonfaf0748f0111::Type
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1191 unsigned UndefValue::getNumElements() const { in getNumElements() function in UndefValue
2841 uint64_t ConstantDataSequential::getNumElements() const { in getNumElements() function in ConstantDataSequential
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4332 unsigned ExtVectorElementExpr::getNumElements() const { in getNumElements() function in ExtVectorElementExpr
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp259 static unsigned getNumElements(Type *Ty) { in getNumElements() function