Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getOpcode

158     if (I->getOpcode() == Instruction::And) {
177 } else if (I->getOpcode() == Instruction::Or) {
203 } else if (I->getOpcode() == Instruction::Xor) {
230 switch (I->getOpcode()) {
353 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
864 bool isLshr = (Shr->getOpcode() == Instruction::LShr);
991 switch (I->getOpcode()) {