Searched refs:MatchUnaryOp (Results 1 – 4 of 4) sorted by relevance
2367 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()2372 return MatchUnaryOp( in MatchesOperand()2404 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()2409 return MatchUnaryOp( in MatchesOperand()
1699 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()1701 !MatchUnaryOp( in DoGuessValueAt()1781 } else if (MatchUnaryOp( in DoGuessValueAt()1784 MatchUnaryOp( in DoGuessValueAt()
271 MatchUnaryOp(std::function<bool(const Instruction::Operand &)> base,
1308 lldb_private::OperandMatchers::MatchUnaryOp( in MatchUnaryOp() function in lldb_private::OperandMatchers