Home | History | Annotate | Download | only in IR

Lines Matching full:issigned

71   static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
75 /// to fit the type, unless isSigned is true, in which case the value will
80 bool isSigned = false);
186 bool isMaxValue(bool isSigned) const {
187 if (isSigned)
198 bool isMinValue(bool isSigned) const {
199 if (isSigned)
1060 bool isSigned ///< Whether C should be treated as signed or not