reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);