Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETGE

3612   // fold (sra x, (setge c, size(x))) -> undef
8227 if ((CC == ISD::SETGE || CC == ISD::SETGT) &&
8455 if (((N1C->isNullValue() && (CC == ISD::SETGT || CC == ISD::SETGE)) ||