Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getOpcode

386     if (I->getOpcode() == Instruction::Or ||
387 I->getOpcode() == Instruction::And) {
397 if (I->getOpcode() == Instruction::Or)
428 if (I->getOpcode() == Instruction::Xor &&
455 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
797 if (CondInst->getOpcode() == Instruction::Xor &&