Lines Matching refs:getOpcode
402 if (base->getOpcode() == Instruction::Shl) {
404 } else if (base->getOpcode() == Instruction::And) {
427 if (src->getOpcode() == Instruction::Shl && !shift) {
430 } else if (src->getOpcode() == Instruction::And && !mask) {
451 if (inst->getOpcode() != Instruction::Or) {
691 if (inst->getOpcode() != Instruction::And) {
739 if (ShiftInst->getOpcode() == Instruction::Shl) {