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

References

lib/Transforms/ObjCARC/ObjCARCContract.cpp
  419   if (Args[0]->getType() != I8XX)
  420     Args[0] = new BitCastInst(Args[0], I8XX, "", Store);
  420     Args[0] = new BitCastInst(Args[0], I8XX, "", Store);
  421   if (Args[1]->getType() != I8X)
  422     Args[1] = new BitCastInst(Args[1], I8X, "", Store);
  422     Args[1] = new BitCastInst(Args[1], I8X, "", Store);
  424   CallInst *StoreStrong = createCallInst(Decl, Args, "", Store, BlockColors);