Home
last modified time | relevance | path

Searched refs:NewBitCast (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp311 auto NewBitCast = BitCast->clone(); in versionCallSite() local
312 NewBitCast->replaceUsesOfWith(OrigInst, NewInst); in versionCallSite()
313 NewBitCast->insertBefore(ThenTerm); in versionCallSite()
314 NewRetVal = NewBitCast; in versionCallSite()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2587 auto *NewBitCast = [&](AllocaInst *AI) -> Value* { in sinkLifetimeStartMarkers() local
2596 NewLifetime->replaceUsesOfWith(NewLifetime->getOperand(1), NewBitCast); in sinkLifetimeStartMarkers()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2922 Value *NewBitCast = Builder.CreateBitCast(Src, MidTy); in visitAddrSpaceCast() local
2923 return new AddrSpaceCastInst(NewBitCast, CI.getType()); in visitAddrSpaceCast()