Searched refs:VT0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4090 EVT VT0 = N0.getValueType(); local
4106 (VT0 == MVT::i1 ||
4107 (VT0.isInteger() &&
4112 if (VT == VT0)
4113 return DAG.getNode(ISD::XOR, N->getDebugLoc(), VT0,
4114 N0, DAG.getConstant(1, VT0));
4115 XORNode = DAG.getNode(ISD::XOR, N0.getDebugLoc(), VT0,
4116 N0, DAG.getConstant(1, VT0));
4118 if (VT.bitsGT(VT0))
4123 if (VT == VT0
[all...]

Completed in 120 milliseconds