Home
last modified time | relevance | path

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

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