Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getOpcode

402     if (I->getOpcode() == Instruction::Or ||
403 I->getOpcode() == Instruction::And) {
413 if (I->getOpcode() == Instruction::Or)
444 if (I->getOpcode() == Instruction::Xor &&
471 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
819 if (CondInst->getOpcode() == Instruction::Xor &&