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

References

lib/Analysis/InstructionSimplify.cpp
 4877   if (!IsConstantOffsetFromGlobal(Ptr, PtrSym, PtrOffset, DL))
 4880   Type *Int8PtrTy = Type::getInt8PtrTy(Ptr->getContext());
 4881   Type *Int32Ty = Type::getInt32Ty(Ptr->getContext());
 4883   Type *Int64Ty = Type::getInt64Ty(Ptr->getContext());
 4894       Int32Ty, ConstantExpr::getBitCast(Ptr, Int32PtrTy),