Home
last modified time | relevance | path

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

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