Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getIntNTy

1648       Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8);
1822 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
2056 ? Type::getIntNTy(
2205 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8)
2324 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8);
2370 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size*8);
2603 = IntTy ? Type::getIntNTy(IntTy->getContext(), Size*8) : nullptr;
3128 SliceTy = Type::getIntNTy(*C, SliceSize * 8);