Home
last modified time | relevance | path

Searched refs:canConvertValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1614 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue() function
1659 assert(canConvertValue(DL, OldTy, NewTy) && "Value not convertable to type"); in convertValue()
1756 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice()
1766 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice()
1922 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice()
1943 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice()
1985 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable()
1986 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable()
2386 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
2529 (canConvertValue(DL, V->getType(), NewAllocaTy) || in visitStoreInst()