Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp162 static void createRetBitCast(CallBase &CB, Type *RetTy, CastInst **RetBitCast) { in createRetBitCast() argument
179 if (RetBitCast) in createRetBitCast()
180 *RetBitCast = Cast; in createRetBitCast()
442 CastInst **RetBitCast) { in promoteCall() argument
510 createRetBitCast(CB, CallSiteRetTy, RetBitCast); in promoteCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h41 CastInst **RetBitCast = nullptr);