Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1953 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue() function
2018 assert(canConvertValue(DL, OldTy, NewTy) && "Value not convertable to type"); in convertValue()
2117 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice()
2130 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice()
2430 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice()
2455 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice()
2493 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable()
2494 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable()
2923 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
3106 canConvertValue(DL, V->getType(), NewAllocaTy)) { in visitStoreInst()
[all …]