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

References

lib/Analysis/ConstantFolding.cpp
  515       MapTy = Type::getInt16Ty(C->getContext());
  517       MapTy = Type::getInt32Ty(C->getContext());
  519       MapTy = Type::getInt64Ty(C->getContext());
  521       MapTy = PointerType::getIntNTy(C->getContext(),
  526     C = FoldBitCast(C, MapTy->getPointerTo(AS), DL);
  527     if (Constant *Res = FoldReinterpretLoadFromConstPtr(C, MapTy, DL)) {