Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:VT0

3748   EVT VT0 = N0.getValueType();
3764 (VT0 == MVT::i1 ||
3765 (VT0.isInteger() &&
3769 if (VT == VT0)
3770 return DAG.getNode(ISD::XOR, N->getDebugLoc(), VT0,
3771 N0, DAG.getConstant(1, VT0));
3772 XORNode = DAG.getNode(ISD::XOR, N0.getDebugLoc(), VT0,
3773 N0, DAG.getConstant(1, VT0));
3775 if (VT.bitsGT(VT0))
3780 if (VT == VT0 && VT == MVT::i1 && N1C && N1C->isNullValue()) {
3786 if (VT == VT0 && VT == MVT::i1 && N2C && N2C->getAPIntValue() == 1) {