Home
last modified time | relevance | path

Searched defs:NonNeg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h118 NonNeg = 1 << 18, // The operand is non-negative. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1000 char NonNeg : 1; member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6963 bool NonNeg = EatIfPresent(lltok::kw_nneg); in parseInstruction() local