Home | History | Annotate | Download | only in R600

Lines Matching refs:getOpcode

398   if (base->getOpcode() == Instruction::Shl) {
400 } else if (base->getOpcode() == Instruction::And) {
423 if (src->getOpcode() == Instruction::Shl && !shift) {
426 } else if (src->getOpcode() == Instruction::And && !mask) {
446 if (inst->getOpcode() != Instruction::Or) {
644 if (inst->getOpcode() != Instruction::And) {
692 if (ShiftInst->getOpcode() == Instruction::Shl) {