Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp166 static void createRetBitCast(CallBase &CB, Type *RetTy, CastInst **RetBitCast) { in createRetBitCast() argument
183 if (RetBitCast) in createRetBitCast()
184 *RetBitCast = Cast; in createRetBitCast()
482 CastInst **RetBitCast) { in promoteCall() argument
549 createRetBitCast(CB, CallSiteRetTy, RetBitCast); in promoteCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h45 CastInst **RetBitCast = nullptr);