Searched refs:signSemantics (Results 1 – 1 of 1) sorted by relevance
320 IntegerType::SignednessSemantics signSemantics = IntegerType::Signless; in parseNonFunctionType() local322 signSemantics = *signedness ? IntegerType::Signed : IntegerType::Unsigned; in parseNonFunctionType()325 return IntegerType::get(getContext(), *width, signSemantics); in parseNonFunctionType()