Searched refs:isSupportedValue (Results 1 – 1 of 1) sorted by relevance
169 bool isSupportedValue(Value *V);719 bool TypePromotionImpl::isSupportedValue(Value *V) { in isSupportedValue() function in TypePromotionImpl790 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) in TryToPromote()814 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) { in TryToPromote()