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

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp628 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); local
636 if (OldFnRetTy->isVoidTy()) {
638 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) {
645 Constant::getNullValue(OldFnRetTy), TheSwitch);

Completed in 45 milliseconds