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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1272 const MachineOperand &BaseOP = MI->getOperand(0); local
1273 Register Base = BaseOP.getReg();
1274 bool BaseKill = BaseOP.isKill();

Completed in 188 milliseconds