Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Select

812   // If this select returns a struct, just mark the result overdefined.
833 // select ?, C, C -> C.
838 if (TVal.isUndefined()) // select ?, undef, X -> X.
840 if (FVal.isUndefined()) // select ?, X, undef -> X.
1391 case Instruction::Select: