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

References

lib/Transforms/Utils/VNCoercion.cpp
  309   if (!Src)
  312   GlobalVariable *GV = dyn_cast<GlobalVariable>(GetUnderlyingObject(Src, DL));
  328   unsigned AS = Src->getType()->getPointerAddressSpace();
  331   Src =
  332       ConstantExpr::getBitCast(Src, Type::getInt8PtrTy(Src->getContext(), AS));
  332       ConstantExpr::getBitCast(Src, Type::getInt8PtrTy(Src->getContext(), AS));
  334       ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset);
  335   Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
  335   Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
  335   Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
  337   Src = ConstantExpr::getBitCast(Src, PointerType::get(LoadTy, AS));
  337   Src = ConstantExpr::getBitCast(Src, PointerType::get(LoadTy, AS));
  338   if (ConstantFoldLoadFromConstPtr(Src, LoadTy, DL))