Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DTypeParser.cpp336 IntegerType::SignednessSemantics signSemantics = IntegerType::Signless; in parseNonFunctionType() local
338 signSemantics = *signedness ? IntegerType::Signed : IntegerType::Unsigned; in parseNonFunctionType()
341 return IntegerType::get(width.getValue(), signSemantics, getContext()); in parseNonFunctionType()