Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp169 bool isSupportedValue(Value *V);
719 bool TypePromotionImpl::isSupportedValue(Value *V) { in isSupportedValue() function in TypePromotionImpl
790 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) in TryToPromote()
814 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) { in TryToPromote()