Searched refs:Op2Zero (Results 1 – 1 of 1) sorted by relevance
9171 APInt Op2Zero, Op2One; in DAGCombineTruncBoolExt() local9173 DAG.computeKnownBits(N->getOperand(1), Op2Zero, Op2One); in DAGCombineTruncBoolExt()9178 Op2Zero.clearBit(0); Op2One.clearBit(0); in DAGCombineTruncBoolExt()9180 if (Op1Zero != Op2Zero || Op1One != Op2One) in DAGCombineTruncBoolExt()