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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  844     return UndefValue::get(II.getType());
  853     Type *IntTy8 = Type::getInt8Ty(II.getContext());
  854     Type *IntTy32 = Type::getInt32Ty(II.getContext());
  871     return Builder.CreateBitCast(SV, II.getType());
  892     Type *IntTy64 = Type::getInt64Ty(II.getContext());
  900   if (II.getIntrinsicID() == Intrinsic::x86_sse4a_insertq) {
  901     Type *IntTy8 = Type::getInt8Ty(II.getContext());
  906     Module *M = II.getModule();