Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:VT0

3744   EVT VT0 = N0.getValueType();
3760 (VT0 == MVT::i1 ||
3761 (VT0.isInteger() &&
3765 if (VT == VT0)
3766 return DAG.getNode(ISD::XOR, N->getDebugLoc(), VT0,
3767 N0, DAG.getConstant(1, VT0));
3768 XORNode = DAG.getNode(ISD::XOR, N0.getDebugLoc(), VT0,
3769 N0, DAG.getConstant(1, VT0));
3771 if (VT.bitsGT(VT0))
3776 if (VT == VT0 && VT == MVT::i1 && N1C && N1C->isNullValue()) {
3782 if (VT == VT0 && VT == MVT::i1 && N2C && N2C->getAPIntValue() == 1) {