Home
last modified time | relevance | path

Searched refs:GetValueRange (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp7061 IntRange GetValueRange(ASTContext &C, llvm::APSInt &value, unsigned MaxWidth) { in GetValueRange() function
7073 IntRange GetValueRange(ASTContext &C, APValue &result, QualType Ty, in GetValueRange() function
7076 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange()
7079 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange()
7081 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange()
7088 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()
7089 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()
7119 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth); in GetExprRange()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10557 static IntRange GetValueRange(ASTContext &C, llvm::APSInt &value, in GetValueRange() function
10570 static IntRange GetValueRange(ASTContext &C, APValue &result, QualType Ty, in GetValueRange() function
10573 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange()
10576 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange()
10578 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange()
10585 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()
10586 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()
10621 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth); in GetExprRange()