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