reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
580 Result = MCall; 581 if (Result->getType() != AllocPtrType) 583 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); 586 Result = MCall; 587 if (Result->getType() != AllocPtrType) { 590 Result = new BitCastInst(MCall, AllocPtrType, Name); 601 return Result;