Searched refs:MOpSHMI (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1526 MachineOperand MOpSHMI = MI.getOperand(2); local
1528 if (!(MOpSHSrc.isImm() && MOpMBSrc.isImm() && MOpSHMI.isImm() &&
1534 uint64_t SHMI = MOpSHMI.getImm();
1594 MachineOperand MOpSHMI = MI.getOperand(2); local
1596 if (!(MOpSHMI.isImm() && MOpMEMI.isImm()))
1599 uint64_t SHMI = MOpSHMI.getImm();
1634 .add(MOpSHMI);

Completed in 98 milliseconds