Searched refs:ExprOperand (Results 1 – 6 of 6) sorted by relevance
56 Optional<DIExpression::ExprOperand> take() { in take()66 Optional<DIExpression::ExprOperand> peek() const { in peek()73 Optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
324 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()497 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
2615 class ExprOperand {2619 ExprOperand() = default;2620 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function2647 ExprOperand Op;2651 using value_type = ExprOperand;2660 const ExprOperand &operator*() const { return Op; }2661 const ExprOperand *operator->() const { return &Op; }2688 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
1708 Expr *ExprOperand; member1733 return getLocalData()->ExprOperand; in getAttrExprOperand()1736 getLocalData()->ExprOperand = e; in setAttrExprOperand()
1225 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
2294 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()