Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ResVT

2365     EVT ResVT = VecVT.changeVectorElementTypeToInteger();
2367 SDValue VCmp(CurDAG->getMachineNode(VCmpInst, dl, ResVT, LHS, RHS), 0);
2370 ResVT, VCmp, VCmp);
2373 return CurDAG->SelectNodeTo(N, VCmpInst, ResVT, LHS, RHS);