Searched refs:visitBRCOND (Results 1 – 1 of 1) sorted by relevance
301 SDValue visitBRCOND(SDNode *N);1431 case ISD::BRCOND: return visitBRCOND(N); in visit()9319 SDValue DAGCombiner::visitBRCOND(SDNode *N) { in visitBRCOND() function in DAGCombiner