Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Select

874   // If this select returns a struct, just mark the result overdefined.
895 // select ?, C, C -> C.
900 if (TVal.isUndefined()) // select ?, undef, X -> X.
902 if (FVal.isUndefined()) // select ?, X, undef -> X.
1575 case Instruction::Select: