Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUPromoteAlloca.cpp106 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()
158 AllocaTy->getArrayNumElements() > 4) { in tryPromoteAllocaToVector()
/external/llvm/include/llvm/IR/
DType.h360 uint64_t getArrayNumElements() const;
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp226 ConstantInt::get(Int32Ty, NameArrayTy->getArrayNumElements()), in getOrCreateRegionCounters()
/external/llvm/lib/IR/
DType.cpp208 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function in Type
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3531 if (IsArray && Index >= CurTy->getArrayNumElements()) in ParseFunctionBody()
3572 if (IsArray && Index >= CurTy->getArrayNumElements()) in ParseFunctionBody()
/external/llvm/lib/Analysis/
DValueTracking.cpp2654 uint64_t NumElts = Array->getType()->getArrayNumElements(); in getConstantStringInfo()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp236 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3879 ->getArrayNumElements(); in BuildLookup()