Searched refs:Signed_ (Results 1 – 2 of 2) sorted by relevance
490 BitIntType(const Node *Size_, bool Signed_) in BitIntType() argument491 : Node(KBitIntType), Size(Size_), Signed(Signed_) {} in BitIntType()