Searched refs:canConvertValue (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1846 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue() function 1882 assert(canConvertValue(DL, OldTy, NewTy) && "Value not convertable to type"); in convertValue() 1981 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice() 1991 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice() 2145 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice() 2163 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice() 2205 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable() 2206 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable() 2594 canConvertValue(DL, NewAllocaTy, LI.getType())) { in visitLoadInst() 2715 canConvertValue(DL, V->getType(), NewAllocaTy)) { in visitStoreInst()
|