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.cpp1933 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy, in canConvertValue() function
2031 assert(canConvertValue(DL, OldTy, NewTy, VScale) && in convertValue()
2162 if (!canConvertValue(DL, SliceTy, LTy, VScale)) in isVectorPromotionViableForSlice()
2175 if (!canConvertValue(DL, STy, SliceTy, VScale)) in isVectorPromotionViableForSlice()
2476 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice()
2502 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice()
2540 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable()
2541 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable()
2968 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
3164 canConvertValue(DL, V->getType(), NewAllocaTy)) { in visitStoreInst()
[all …]