Searched refs:getSIntValue (Results 1 – 3 of 3) sorted by relevance
209 SIntMax getSIntValue() const;219 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()224 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
68 SIntMax Value::getSIntValue() const { in getSIntValue() function in Value111 SIntMax Val = getSIntValue(); in getPositiveIntValue()
124 AddArg(V.getSIntValue()); in operator <<()