Searched refs:getArrayElementType (Results 1 – 11 of 11) sorted by relevance
365 Type *getArrayElementType() const { in getArrayElementType() function
249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
253 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
1953 DL.getTypeAllocSize(SrcEltTy->getArrayElementType()) == in visitGetElementPtrInst()2016 DL.getTypeAllocSize(SrcEltTy->getArrayElementType()); in visitGetElementPtrInst()2073 return ArrTy->getArrayElementType() == VecTy->getVectorElementType() && in visitGetElementPtrInst()
202 Type *EltTy = Init->getType()->getArrayElementType(); in foldCmpLoadFromIndexedGlobal()
1399 FTy.getParamType(0)->getArrayElementType() == RetTy); in isValidProtoForLibFunc()
3732 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()3774 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()
4062 SliceTy->getArrayElementType()->isIntegerTy())) && in rewritePartition()
4337 Type *ElementTy = A->getType()->getArrayElementType(); in visitCallSite()
36239 !Ty->getArrayElementType()->isIntegerTy() || in combineAndLoadToBZHI()36240 Ty->getArrayElementType()->getScalarSizeInBits() != in combineAndLoadToBZHI()36243 Ty->getArrayElementType()->getScalarSizeInBits()) in combineAndLoadToBZHI()
15096 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters()