Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp631 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); in emitCallAndSwitchStatement() local
639 if (OldFnRetTy->isVoidTy()) { in emitCallAndSwitchStatement()
641 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) { in emitCallAndSwitchStatement()
648 Constant::getNullValue(OldFnRetTy), TheSwitch); in emitCallAndSwitchStatement()