Home
last modified time | relevance | path

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

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