Searched refs:RetBitCast (Results 1 – 2 of 2) sorted by relevance
162 static void createRetBitCast(CallSite CS, Type *RetTy, CastInst **RetBitCast) { in createRetBitCast() argument182 if (RetBitCast) in createRetBitCast()183 *RetBitCast = Cast; in createRetBitCast()367 CastInst **RetBitCast) { in promoteCall() argument426 createRetBitCast(CS, CallSiteRetTy, RetBitCast); in promoteCall()
40 CastInst **RetBitCast = nullptr);