Searched refs:AndOp1 (Results 1 – 1 of 1) sorted by relevance
18305 SDValue AndOp1 = Op0.getOperand(1); in rebuildSetCC() local18307 if (AndOp1.getOpcode() == ISD::Constant) { in rebuildSetCC()18308 const APInt &AndConst = AndOp1->getAsAPIntVal(); in rebuildSetCC()