Searched refs:CallRetType (Results 1 – 1 of 1) sorted by relevance
222 Type *CallRetType = Inst->getType(); in isPromotionLegal() local223 if (!CallRetType->isVoidTy()) { in isPromotionLegal()225 if (FuncRetType != CallRetType && in isPromotionLegal()226 !CastInst::isBitCastable(FuncRetType, CallRetType)) in isPromotionLegal()430 Type *CallRetType = Inst->getType(); in insertCallRetCast() local432 if (FuncRetType == CallRetType) in insertCallRetCast()441 return (new BitCastInst(DirectCallInst, CallRetType, "", in insertCallRetCast()