Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp390 Type *CallRetTy = CB.getType(); in isLegalToPromote() local
392 if (CallRetTy != FuncRetTy) in isLegalToPromote()
393 if (!CastInst::isBitOrNoopPointerCastable(FuncRetTy, CallRetTy, DL)) { in isLegalToPromote()