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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  730     Type *IntTy64 = Type::getInt64Ty(II.getContext());
  764       return UndefValue::get(II.getType());
  773       Type *IntTy8 = Type::getInt8Ty(II.getContext());
  774       Type *IntTy32 = Type::getInt32Ty(II.getContext());
  790       return Builder.CreateBitCast(SV, II.getType());
  803     if (II.getIntrinsicID() == Intrinsic::x86_sse4a_extrq) {
  805       Module *M = II.getModule();