Searched defs:ExprOp (Results 1 – 4 of 4) sorted by relevance
339 struct ExprOp { struct340 const MCExpr *Val;341 int64_t CRVal; // Cached result of EvaluateCRExpr(Val)
192 struct ExprOp { struct193 const MCExpr *Val;194 int64_t CRVal; // Cached result of EvaluateCRExpr(Val)
190 struct ExprOp { struct191 const MCExpr *Val;192 int64_t CRVal; // Cached result of EvaluateCRExpr(Val)
1477 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression()1514 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps()1603 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local1898 for (auto ExprOp : expr_ops()) in getNumLocationOperands() local