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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2041 MachineOperand &OfsOp = LdSt.getOperand(LdSt.getNumExplicitOperands() - 1); local
2042 assert(OfsOp.isImm() && "Offset operand wasn't immediate.");
2043 return OfsOp;

Completed in 110 milliseconds