HomeSort by relevance Sort by last modified time
    Searched refs:getSIntValue (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 171 SIntMax getSIntValue() const;
181 return getType().isSignedIntegerTy() && getSIntValue() == -1;
186 return getType().isSignedIntegerTy() && getSIntValue() < 0;
ubsan_value.cc 19 SIntMax Value::getSIntValue() const {
59 SIntMax Val = getSIntValue();
ubsan_diag.cc 46 AddArg(V.getSIntValue());

Completed in 163 milliseconds