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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4061 SDValue XORNode; local
4065 XORNode = DAG.getNode(ISD::XOR, N0.getDebugLoc(), VT0,
4067 AddToWorkList(XORNode.getNode());
4069 return DAG.getNode(ISD::ZERO_EXTEND, N->getDebugLoc(), VT, XORNode);
4070 return DAG.getNode(ISD::TRUNCATE, N->getDebugLoc(), VT, XORNode);

Completed in 213 milliseconds