Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:SELECT

127       // Expand SELECT(C, A, B) into SELECT_CC(X, 0, A, B, NE).
128 setOperationAction(ISD::SELECT, VT, Expand);
2612 // Implement EmitInstrWithCustomInserter for pseudo Select* instruction MI.