Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getIntNTy

1732       Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8);
1984 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
2211 ? Type::getIntNTy(
2355 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8);
2375 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8)
2515 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8);
2577 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8);
2811 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr;
3565 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8);
3691 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8);
3825 SliceTy = Type::getIntNTy(*C, P.size() * 8);