Lines Matching defs:Opnd2
1288 // "Opnd1 ^ Opnd2 ^ ConstOpnd" into "R ^ C", where C would be 0, and R is a
1296 XorOpnd *Opnd2, APInt &ConstOpnd,
1299 if (X != Opnd2->getSymbolicPart())
1302 // This many instruction become dead.(At least "Opnd1 ^ Opnd2" will die.)
1306 if (Opnd2->getValue()->hasOneUse())
1315 if (Opnd1->isOrExpr() != Opnd2->isOrExpr()) {
1316 if (Opnd2->isOrExpr())
1317 std::swap(Opnd1, Opnd2);
1320 const APInt &C2 = Opnd2->getConstPart();
1336 const APInt &C2 = Opnd2->getConstPart();
1352 const APInt &C2 = Opnd2->getConstPart();
1361 if (Instruction *T = dyn_cast<Instruction>(Opnd2->getValue()))