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