Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11234 KnownBits Op1Known, Op2Known; in DAGCombineTruncBoolExt() local
11236 DAG.computeKnownBits(N->getOperand(1), Op2Known); in DAGCombineTruncBoolExt()
11241 Op2Known.Zero.clearBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()
11243 if (Op1Known.Zero != Op2Known.Zero || Op1Known.One != Op2Known.One) in DAGCombineTruncBoolExt()