Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2466 APInt Op1Zero, Op1One; in computeKnownBits() local
2468 computeKnownBits(Op.getOperand(1), Op1Zero, Op1One, Depth); in computeKnownBits()
2470 KnownZero = Op0Zero & Op1Zero; in computeKnownBits()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9785 APInt Op1Zero, Op1One; in DAGCombineTruncBoolExt() local
9787 DAG.computeKnownBits(N->getOperand(0), Op1Zero, Op1One); in DAGCombineTruncBoolExt()
9792 Op1Zero.clearBit(0); Op1One.clearBit(0); in DAGCombineTruncBoolExt()
9795 if (Op1Zero != Op2Zero || Op1One != Op2One) in DAGCombineTruncBoolExt()