Lines Matching refs:TRUNCATE
401 Arg = DAG.getNode(ISD::TRUNCATE, dl, VA.getLocVT(), Arg);
467 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load);
580 // Truncate the register down to the argument type.
582 Arg = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Arg);
1179 // Truncate the register down to the return value type.
1181 RV = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), RV);