Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SELECT

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