Searched refs:canConvertValue (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ ! |
| H A D | SROA.cpp | 1906 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue() function 1971 assert(canConvertValue(DL, OldTy, NewTy) && "Value not convertable to type"); in convertValue() 2069 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice() 2082 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice() 2381 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice() 2406 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice() 2444 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable() 2445 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable() 2874 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst() 3068 canConvertValue(DL, V->getType(), NewAllocaTy)) { in visitStoreInst() [all …]
|