Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp222 Type *CallRetType = Inst->getType(); in isPromotionLegal() local
223 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() local
432 if (FuncRetType == CallRetType) in insertCallRetCast()
441 return (new BitCastInst(DirectCallInst, CallRetType, "", in insertCallRetCast()