Searched refs:getSIntValue (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_value.cc21 SIntMax Value::getSIntValue() const { function in class:Value
61 SIntMax Val = getSIntValue();
H A Dubsan_value.h180 SIntMax getSIntValue() const;
190 return getType().isSignedIntegerTy() && getSIntValue() == -1;
195 return getType().isSignedIntegerTy() && getSIntValue() < 0;
H A Dubsan_diag.cc85 AddArg(V.getSIntValue());

Completed in 74 milliseconds