Searched refs:MemAsI8Ptr (Results 1 – 1 of 1) sorted by relevance
1027 Value *&MemAsI8Ptr = Bitcasts[Mem]; in insertLifetimeMarkersSurroundingCall() local1028 if (!MemAsI8Ptr) { in insertLifetimeMarkersSurroundingCall()1030 MemAsI8Ptr = Mem; in insertLifetimeMarkersSurroundingCall()1032 MemAsI8Ptr = in insertLifetimeMarkersSurroundingCall()1036 auto Marker = CallInst::Create(MarkerFunc, {NegativeOne, MemAsI8Ptr}); in insertLifetimeMarkersSurroundingCall()