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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp195 SDValue visitXOR(SDNode *N);
1117 case ISD::XOR: return visitXOR(N);
3323 SDValue DAGCombiner::visitXOR(SDNode *N) { function in class:DAGCombiner
6626 SDValue Tmp = visitXOR(TheXor);

Completed in 266 milliseconds