Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
469 CastInst **RetBitCast) { in promoteCall() argument
535 createRetBitCast(CB, CallSiteRetTy, RetBitCast); in promoteCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h42 CastInst **RetBitCast = nullptr);