Searched refs:MatchUnaryOp (Results 1 – 4 of 4) sorted by relevance
2685 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()2690 return MatchUnaryOp( in MatchesOperand()2722 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()2727 return MatchUnaryOp( in MatchesOperand()
1569 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()1571 !MatchUnaryOp( in DoGuessValueAt()1650 } else if (MatchUnaryOp( in DoGuessValueAt()1653 MatchUnaryOp( in DoGuessValueAt()
267 MatchUnaryOp(std::function<bool(const Instruction::Operand &)> base,
1273 lldb_private::OperandMatchers::MatchUnaryOp( in MatchUnaryOp() function in lldb_private::OperandMatchers