Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h121 NonNeg = 1 << 18, // The operand is non-negative. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp705 bool NonNeg = NUSW && NUW; in DecomposeGEPExpression() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h630 char NonNeg : 1; member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7269 bool NonNeg = EatIfPresent(lltok::kw_nneg); in parseInstruction() local