Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:promoted

20 // type i8 which must be promoted.
123 /// It is promoted to the next size up integer type. The result is then
433 // INT_TO_FP operations may require the input operand be promoted even
467 // promoted vector type has the same overall size.
489 SDValue promoted = DAG.getNode(NewOpc, SDLoc(Op), NewVT, Op.getOperand(0));
490 return DAG.getNode(ISD::TRUNCATE, SDLoc(Op), VT, promoted);
745 // Notice that the operation may be 'promoted' which means that it is
939 // Notice that the operation may be 'promoted' which means that it is