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