Searched defs:IsPostIndex (Results 1 – 2 of 2) sorted by relevance
487 bool MemOperand::IsPostIndex() const { return addrmode_ == PostIndex; } in IsPostIndex() function in vixl::aarch64::MemOperand
856 bool IsPostIndex() const { return GetAddrMode() == PostIndex; } in IsPostIndex() function