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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp230 SDValue visitXOR(SDNode *N);
1219 case ISD::XOR: return visitXOR(N);
3695 SDValue DAGCombiner::visitXOR(SDNode *N) { function in class:DAGCombiner
7459 SDValue Tmp = visitXOR(TheXor);
7475 // visitXOR has changed XOR's operands or replaced the XOR completely,

Completed in 95 milliseconds