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