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

References

lib/Transforms/IPO/Attributor.cpp
 3587       if (AI->getType() != MallocCall->getType())
 3588         AI = new BitCastInst(AI, MallocCall->getType(), "malloc_bc",
 3588         AI = new BitCastInst(AI, MallocCall->getType(), "malloc_bc",
 3589                              AI->getNextNode());
 3591       MallocCall->replaceAllUsesWith(AI);
 3602         auto *BI = new BitCastInst(AI, MallocCall->getType(), "calloc_bc",
 3603                                    AI->getNextNode());