Lines Matching defs:Opnd2
1290 // "Opnd1 ^ Opnd2 ^ ConstOpnd" into "R ^ C", where C would be 0, and R is a
1298 XorOpnd *Opnd2, APInt &ConstOpnd,
1301 if (X != Opnd2->getSymbolicPart())
1304 // This many instruction become dead.(At least "Opnd1 ^ Opnd2" will die.)
1308 if (Opnd2->getValue()->hasOneUse())
1317 if (Opnd1->isOrExpr() != Opnd2->isOrExpr()) {
1318 if (Opnd2->isOrExpr())
1319 std::swap(Opnd1, Opnd2);
1322 const APInt &C2 = Opnd2->getConstPart();
1338 const APInt &C2 = Opnd2->getConstPart();
1354 const APInt &C2 = Opnd2->getConstPart();
1363 if (Instruction *T = dyn_cast<Instruction>(Opnd2->getValue()))