Home
last modified time | relevance | path

Searched refs:PreInc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp33 PreInc = 1, enumerator
423 return ((F >> TSF_AddrModeOff) & TSF_AddModeMask) == PreInc; in isPreIncrement()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h163 UNARYOP_FALLBACK(PreInc) UNARYOP_FALLBACK(PreDec)
H A DOperationKinds.def438 UNARY_OPERATION(PreInc, "++")
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td610 def PreInc : OverflowOpcode;
H A DInterp.h906 bool PreInc(InterpState &S, CodePtr OpPC, bool CanOverflow) { in PreInc() function