Searched refs:visitXOR (Results 1 – 7 of 7) sorted by relevance
207 LLVM_DEBUG(dbgs() << "visitXOR calledCount: " << calledCount << "\n");210 could be added to ``visitXOR`` to limit ``visitXor`` to being applied only to
202 DEBUG(dbgs() << "visitXOR calledCount: " << calledCount << "\n");205 could be added to ``visitXOR`` to limit ``visitXor`` to being applied only to
56 ; DAGCombiner::visitXOR converting the legal setoeq to setune, which requires
59 ; DAGCombiner::visitXOR converting the legal setoeq to setune, which requires
178 SDValue visitXOR(SDNode *N);1069 case ISD::XOR: return visitXOR(N); in visit()3048 SDValue DAGCombiner::visitXOR(SDNode *N) { in visitXOR() function in DAGCombiner5790 SDValue Tmp = visitXOR(TheXor); in visitBRCOND()
255 SDValue visitXOR(SDNode *N);1377 case ISD::XOR: return visitXOR(N); in visit()4127 SDValue DAGCombiner::visitXOR(SDNode *N) { in visitXOR() function in DAGCombiner9534 if (SDValue Tmp = visitXOR(TheXor)) { in visitBRCOND()
316 SDValue visitXOR(SDNode *N);1529 case ISD::XOR: return visitXOR(N); in visit()5962 SDValue DAGCombiner::visitXOR(SDNode *N) { in visitXOR() function in DAGCombiner12093 SDValue Tmp = visitXOR(N.getNode()); in rebuildSetCC()