Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:OpVT

1921       EVT OpVT = Ops[0].getValueType();
1922 if (InVal.getValueType() != OpVT)
1923 InVal = OpVT.bitsGT(InVal.getValueType()) ?
1924 DAG.getNode(ISD::ANY_EXTEND, dl, OpVT, InVal) :
1925 DAG.getNode(ISD::TRUNCATE, dl, OpVT, InVal);