Home
last modified time | relevance | path

Searched refs:Op2Zero (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7424 APInt Op2Zero, Op2One; in DAGCombineTruncBoolExt() local
7426 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()