Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:IntVT

1551   MVT IntVT = MVT::i32;
1559 IntVT = MVT::getVectorVT(MVT::i32, NElts);
1565 SDValue jq = DAG.getConstant(1, DL, IntVT);
1579 jq = DAG.getSExtOrTrunc(jq, DL, IntVT);
1584 DAG.getSExtOrTrunc(LHS, DL, IntVT) : DAG.getZExtOrTrunc(LHS, DL, IntVT);
1588 DAG.getSExtOrTrunc(RHS, DL, IntVT) : DAG.getZExtOrTrunc(RHS, DL, IntVT);
1612 SDValue iq = DAG.getNode(ToInt, DL, IntVT, fq);