Searched refs:isSlctCC (Results 1 – 1 of 1) sorted by relevance
6382 bool isSlctCC = Slct.getOpcode() == ISD::SELECT_CC; in combineSelectAndUse() local6383 SDValue LHS = isSlctCC ? Slct.getOperand(2) : Slct.getOperand(1); in combineSelectAndUse()6384 SDValue RHS = isSlctCC ? Slct.getOperand(3) : Slct.getOperand(2); in combineSelectAndUse()6387 if (isSlctCC) { in combineSelectAndUse()6408 EVT OpVT = isSlctCC ? Op0.getValueType() : in combineSelectAndUse()6422 if (isSlctCC) in combineSelectAndUse()