Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:TRUNCATE

605   // Truncate or zero extend offset to target pointer type.
606 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
868 Value = DAG.getNode(ISD::TRUNCATE, dl, StVT, Value);
2534 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Sh);
2539 SDValue Lo = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Sel2);
2673 // Truncate the result of the extended FP_TO_*INT operation to the desired
2675 return DAG.getNode(ISD::TRUNCATE, dl, DestVT, Operation);
3400 Tmp1 = DAG.getNode(ISD::TRUNCATE, dl, Node->getValueType(0), Tmp1);
3403 Tmp1 = DAG.getNode(ISD::TRUNCATE, dl, Node->getValueType(0),
4173 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1));
4206 TruncOp = ISD::TRUNCATE;
4233 TruncOp = ISD::TRUNCATE;
4251 TruncOp = ISD::TRUNCATE;