Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2456 auto *NewBitCast = [&](AllocaInst *AI) -> Value* { in sinkLifetimeStartMarkers() local
2465 NewLifetime->replaceUsesOfWith(NewLifetime->getOperand(1), NewBitCast); in sinkLifetimeStartMarkers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2819 Value *NewBitCast = Builder.CreateBitCast(Src, MidTy); in visitAddrSpaceCast() local
2820 return new AddrSpaceCastInst(NewBitCast, CI.getType()); in visitAddrSpaceCast()