Searched refs:AndOp1 (Results 1 – 1 of 1) sorted by relevance
9373 SDValue AndOp1 = Op0.getOperand(1); in visitBRCOND() local9375 if (AndOp1.getOpcode() == ISD::Constant) { in visitBRCOND()9376 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in visitBRCOND()