Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SELECT

386     /// Select(COND, TRUEVAL, FALSEVAL).  If the type of the boolean COND is not
388 SELECT,
390 /// Select with a vector condition (op #0) and two vector operands (ops #1
392 /// Much like the scalar select and setcc, each bit in the condition selects
399 /// Select with condition operator - This selects between a true value and