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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp671 SmallVector<Type *, 4> RetSubTypes, CallSubTypes; local
673 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
695 ExtractValueInst::getIndexedType(RetSubTypes.back(), RetPath.back());
713 } while(nextRealType(RetSubTypes, RetPath));

Completed in 101 milliseconds