reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
172 SIntMax getSIntValue() const;
126 AddArg(V.getSIntValue());
projects/compiler-rt/lib/ubsan/ubsan_value.cpp 62 SIntMax Val = getSIntValue();
projects/compiler-rt/lib/ubsan/ubsan_value.h182 return getType().isSignedIntegerTy() && getSIntValue() == -1; 187 return getType().isSignedIntegerTy() && getSIntValue() < 0;