Searched refs:FuncRetType (Results 1 – 1 of 1) sorted by relevance
224 Type *FuncRetType = DirectCallee->getReturnType(); in isPromotionLegal() local225 if (FuncRetType != CallRetType && in isPromotionLegal()226 !CastInst::isBitCastable(FuncRetType, CallRetType)) in isPromotionLegal()431 Type *FuncRetType = DirectCallee->getReturnType(); in insertCallRetCast() local432 if (FuncRetType == CallRetType) in insertCallRetCast()