HomeSort by: relevance | last modified time | path
    Searched refs:getSIntValue (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.cc 23 SIntMax Value::getSIntValue() const {
63 SIntMax Val = getSIntValue();
ubsan_value.h 173 SIntMax getSIntValue() const;
183 return getType().isSignedIntegerTy() && getSIntValue() == -1;
188 return getType().isSignedIntegerTy() && getSIntValue() < 0;
ubsan_diag.cc 119 AddArg(V.getSIntValue());

Completed in 14 milliseconds