Searched refs:NewBitCast (Results 1 – 3 of 3) sorted by relevance
311 auto NewBitCast = BitCast->clone(); in versionCallSite() local312 NewBitCast->replaceUsesOfWith(OrigInst, NewInst); in versionCallSite()313 NewBitCast->insertBefore(ThenTerm); in versionCallSite()314 NewRetVal = NewBitCast; in versionCallSite()
2587 auto *NewBitCast = [&](AllocaInst *AI) -> Value* { in sinkLifetimeStartMarkers() local2596 NewLifetime->replaceUsesOfWith(NewLifetime->getOperand(1), NewBitCast); in sinkLifetimeStartMarkers()
2922 Value *NewBitCast = Builder.CreateBitCast(Src, MidTy); in visitAddrSpaceCast() local2923 return new AddrSpaceCastInst(NewBitCast, CI.getType()); in visitAddrSpaceCast()