Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp328 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote() local
330 if (CallRetTy != FuncRetTy) in isLegalToPromote()
331 if (!CastInst::isBitOrNoopPointerCastable(FuncRetTy, CallRetTy, DL)) { in isLegalToPromote()