Searched refs:MatchUnaryOp (Results 1 – 4 of 4) sorted by relevance
1570 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()1572 !MatchUnaryOp( in DoGuessValueAt()1651 } else if (MatchUnaryOp( in DoGuessValueAt()1654 MatchUnaryOp( in DoGuessValueAt()
2886 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()2891 return MatchUnaryOp( in MatchesOperand()2923 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()2928 return MatchUnaryOp( in MatchesOperand()
246 MatchUnaryOp(std::function<bool(const Instruction::Operand &)> base,
1418 lldb_private::OperandMatchers::MatchUnaryOp( in MatchUnaryOp() function in lldb_private::OperandMatchers