reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/APSInt.h
  343 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
lib/AsmParser/LLParser.cpp
 4207   if (S > Result.Max)
lib/Transforms/Utils/SimplifyLibCalls.cpp
 1527         NI > 1 && NI.isPowerOf2()) {
tools/clang/lib/AST/ExprConstant.cpp
  467       if (N < -(int64_t)ArrayIndex || N > ArraySize - ArrayIndex) {
tools/clang/lib/CodeGen/TargetInfo.cpp
 6497       if (MaxThreads > 0)
 6506         if (MinBlocks > 0)
tools/clang/lib/Sema/SemaChecking.cpp
 6046     if (Result > std::numeric_limits<int32_t>::max())
 6079     if (Result > MaximumAlignment)
 6335       (Result > 0 && Result < 0x10000 && (Result & 0xFF) == 0xFF))
 7032       if (Offset.isNegative() || Offset > StrE->getLength()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
14470       TotalDepCount > VarList.size() &&