Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp311 auto NewBitCast = BitCast->clone(); in versionCallSite() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2749 Value *NewBitCast = Builder.CreateBitCast(Src, MidTy); in visitAddrSpaceCast() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2395 auto *NewBitCast = [&](AllocaInst *AI) -> Value* { in sinkLifetimeStartMarkers() local