Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp404 Type *FuncRetTy = Callee->getReturnType(); in isLegalToPromote() local
405 if (CallRetTy != FuncRetTy) in isLegalToPromote()
406 if (!CastInst::isBitOrNoopPointerCastable(FuncRetTy, CallRetTy, DL)) { in isLegalToPromote()