Home
last modified time | relevance | path

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

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