Home
last modified time | relevance | path

Searched refs:createNot (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h130 VPValue *createNot(VPValue *Operand) { in createNot() function
H A DLoopVectorize.cpp6341 EdgeMask = Builder.createNot(EdgeMask); in createEdgeMask()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCExpr.h391 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1223 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()