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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9806   if (Right.isNegative()) {
 9812   llvm::APInt LeftBits(Right.getBitWidth(),
 9814   if (Right.uge(LeftBits)) {
 9847       static_cast<llvm::APInt&>(Right) + Left.getMinSignedBits();
 9851   Result = Result.shl(Right);