Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp224 Type *FuncRetType = DirectCallee->getReturnType(); in isPromotionLegal() local
225 if (FuncRetType != CallRetType && in isPromotionLegal()
226 !CastInst::isBitCastable(FuncRetType, CallRetType)) in isPromotionLegal()
431 Type *FuncRetType = DirectCallee->getReturnType(); in insertCallRetCast() local
432 if (FuncRetType == CallRetType) in insertCallRetCast()