Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp320 IntegerType::SignednessSemantics signSemantics = IntegerType::Signless; in parseNonFunctionType() local
322 signSemantics = *signedness ? IntegerType::Signed : IntegerType::Unsigned; in parseNonFunctionType()
325 return IntegerType::get(getContext(), *width, signSemantics); in parseNonFunctionType()