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