Home
last modified time | relevance | path

Searched refs:CreateLNot (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCExpr.h272 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) { in CreateLNot() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp650 Res = MCUnaryExpr::CreateLNot(Res, getContext()); in ParsePrimaryExpr()