Searched refs:signSemantics (Results 1 – 1 of 1) sorted by relevance
336 IntegerType::SignednessSemantics signSemantics = IntegerType::Signless; in parseNonFunctionType() local338 signSemantics = *signedness ? IntegerType::Signed : IntegerType::Unsigned; in parseNonFunctionType()341 return IntegerType::get(width.getValue(), signSemantics, getContext()); in parseNonFunctionType()