Lines Matching refs:canConvertValue
1672 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue() function
1734 assert(canConvertValue(DL, OldTy, NewTy) && "Value not convertable to type"); in convertValue()
1833 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice()
1846 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice()
2026 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice()
2051 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice()
2089 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable()
2090 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable()
2503 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
2681 (canConvertValue(DL, V->getType(), NewAllocaTy) || in visitStoreInst()
2792 return canConvertValue(DL, SrcTy, AllocaTy) && in visitMemSetInst()