Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp326 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote() local
328 if (CallRetTy != FuncRetTy) in isLegalToPromote()
329 if (!CastInst::isBitCastable(FuncRetTy, CallRetTy)) { in isLegalToPromote()