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

References

lib/Analysis/ConstantFolding.cpp
  666           StrVal = (StrVal << 8) | SingleChar;
  666           StrVal = (StrVal << 8) | SingleChar;
  671           StrVal = (StrVal << 8) | SingleChar;
  671           StrVal = (StrVal << 8) | SingleChar;
  675         StrVal = (StrVal << 8) | SingleChar;
  675         StrVal = (StrVal << 8) | SingleChar;
  678       Constant *Res = ConstantInt::get(CE->getContext(), StrVal);