Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h118 NonNeg = 1 << 18, // The operand is non-negative. global() enumerator
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp439 bool NonNeg = false; in buildConditionSets() local
495 bool NonNeg = ICond->isUnsigned(); in buildConditionSets() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h951 char NonNeg : 1; global() member
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6941 bool NonNeg = EatIfPresent(lltok::kw_nneg); parseInstruction() local