Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SELECT

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