Home
last modified time | relevance | path

Searched refs:getArrayNumElements (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp125 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/external/llvm/include/llvm/IR/
DType.h344 inline uint64_t getArrayNumElements() const;
DDerivedTypes.h360 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp345 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp1135 assert(P->getType()->getPointerElementType()->getArrayNumElements() == Size); in getScalarOrArray()
1181 assert(AT->getArrayNumElements() == Len); in getScalarOrArrayConstantInt()
DSPIRVWriter.cpp529 T->getArrayNumElements(), false), nullptr)))); in transType()
/external/llvm/lib/IR/
DConstantFold.cpp2234 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtrImpl()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4649 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
4691 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/external/llvm/lib/Analysis/
DValueTracking.cpp2863 uint64_t NumElts = Array->getType()->getArrayNumElements(); in getConstantStringInfo()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4650 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp241 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal()