Searched refs:canConvertValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1674 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue() function 1728 assert(canConvertValue(DL, OldTy, NewTy) && "Value not convertable to type"); in convertValue() 1822 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice() 1832 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice() 1994 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice() 2019 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice() 2060 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable() 2061 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable() 2469 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst() 2639 (canConvertValue(DL, V->getType(), NewAllocaTy) || in visitStoreInst()
|