• Home
  • Raw
  • Download

Lines Matching refs:AllocaTy

1892                                             Type *AllocaTy,  in isIntegerWideningViableForSlice()  argument
1895 uint64_t Size = DL.getTypeStoreSize(AllocaTy); in isIntegerWideningViableForSlice()
1922 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice()
1943 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice()
1970 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable() argument
1972 uint64_t SizeInBits = DL.getTypeSizeInBits(AllocaTy); in isIntegerWideningViable()
1978 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy)) in isIntegerWideningViable()
1984 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable()
1985 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable()
1986 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable()
2000 if (!isIntegerWideningViableForSlice(S, P.beginOffset(), AllocaTy, DL, in isIntegerWideningViable()
2005 if (!isIntegerWideningViableForSlice(*S, P.beginOffset(), AllocaTy, DL, in isIntegerWideningViable()
2615 Type *AllocaTy = NewAI.getAllocatedType(); in visitMemSetInst() local
2616 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst()
2622 SliceSize != DL.getTypeStoreSize(AllocaTy) || in visitMemSetInst()
2623 !AllocaTy->isSingleValueType() || in visitMemSetInst()
2681 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2688 if (VectorType *AllocaVecTy = dyn_cast<VectorType>(AllocaTy)) in visitMemSetInst()
2691 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()