Searched refs:createLNot (Results 1 – 4 of 4) sorted by relevance
352 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx) { in createLNot() function
381 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
886 Res = MCUnaryExpr::createLNot(Res, getContext()); in parsePrimaryExpr()
1047 Res = MCUnaryExpr::createLNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()