Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp310 auto NewBitCast = BitCast->clone(); in versionCallSiteWithCond() local
311 NewBitCast->replaceUsesOfWith(OrigInst, NewInst); in versionCallSiteWithCond()
312 NewBitCast->insertBefore(ThenTerm->getIterator()); in versionCallSiteWithCond()
313 NewRetVal = NewBitCast; in versionCallSiteWithCond()