Lines Matching refs:getIntNTy
2046 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice()
2150 VTy = cast<VectorType>(VTy->getWithNewType(IntegerType::getIntNTy( in checkVectorTypesForPromotion()
2443 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable()
2686 ? Type::getIntNTy(NewAI.getContext(), in AllocaSliceRewriter()
2838 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad()
2862 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst()
3055 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst()
3120 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat()
3424 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst()
4525 auto *PartTy = Type::getIntNTy(LI->getContext(), PartSize * 8); in presplitLoadsAndStores()
4666 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
4820 SliceTy = Type::getIntNTy(*C, P.size() * 8); in rewritePartition()