Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp106 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()
162 AllocaTy->getArrayNumElements() > 4) { in tryPromoteAllocaToVector()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp148 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/external/llvm/include/llvm/IR/
DType.h352 uint64_t getArrayNumElements() const;
/external/llvm/lib/IR/
DType.cpp201 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function in Type
/external/compiler-rt/lib/profile/
DInstrProfData.inc70 NamePtr->getType()->getPointerElementType()->getArrayNumElements()))
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc70 NamePtr->getType()->getPointerElementType()->getArrayNumElements()))
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4211 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
4253 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/external/llvm/lib/Analysis/
DValueTracking.cpp2923 uint64_t NumElts = Array->getType()->getArrayNumElements(); in getConstantStringInfo()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp234 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4316 ->getArrayNumElements(); in BuildLookup()