Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h365 Type *getArrayElementType() const { in getArrayElementType() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h253 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1953 DL.getTypeAllocSize(SrcEltTy->getArrayElementType()) == in visitGetElementPtrInst()
2016 DL.getTypeAllocSize(SrcEltTy->getArrayElementType()); in visitGetElementPtrInst()
2073 return ArrTy->getArrayElementType() == VecTy->getVectorElementType() && in visitGetElementPtrInst()
H A DInstCombineCompares.cpp202 Type *EltTy = Init->getType()->getArrayElementType(); in foldCmpLoadFromIndexedGlobal()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1399 FTy.getParamType(0)->getArrayElementType() == RetTy); in isValidProtoForLibFunc()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3732 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()
3774 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4062 SliceTy->getArrayElementType()->isIntegerTy())) && in rewritePartition()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4337 Type *ElementTy = A->getType()->getArrayElementType(); in visitCallSite()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36239 !Ty->getArrayElementType()->isIntegerTy() || in combineAndLoadToBZHI()
36240 Ty->getArrayElementType()->getScalarSizeInBits() != in combineAndLoadToBZHI()
36243 Ty->getArrayElementType()->getScalarSizeInBits()) in combineAndLoadToBZHI()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15096 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters()