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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp174 bool isSupportedValue(Value *V);
746 bool TypePromotion::isSupportedValue(Value *V) { function in class:TypePromotion
816 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V))
840 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) {

Completed in 32 milliseconds