Searched refs:getSIntValue (Results 1 – 6 of 6) sorted by relevance
173 SIntMax getSIntValue() const;183 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()188 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
23 SIntMax Value::getSIntValue() const { in getSIntValue() function in Value63 SIntMax Val = getSIntValue(); in getPositiveIntValue()
116 AddArg(V.getSIntValue()); in operator <<()
175 SIntMax getSIntValue() const;185 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()190 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
70 SIntMax Value::getSIntValue() const { in getSIntValue() function in Value110 SIntMax Val = getSIntValue(); in getPositiveIntValue()
126 AddArg(V.getSIntValue()); in operator <<()