Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getOpcode

159     if (I->getOpcode() == Instruction::And) {
178 } else if (I->getOpcode() == Instruction::Or) {
204 } else if (I->getOpcode() == Instruction::Xor) {
231 switch (I->getOpcode()) {
354 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
869 bool isLshr = (Shr->getOpcode() == Instruction::LShr);
996 switch (I->getOpcode()) {