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

References

lib/Transforms/IPO/GlobalOpt.cpp
 1548       Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI);
 1551       if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc))
 1554         CI = cast<CallInst>(Malloc);