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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp670 SmallVector<unsigned, 4> RetPath, CallPath; local
673 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
695 ExtractValueInst::getIndexedType(RetSubTypes.back(), RetPath.back());
700 // an extractvalue would happen at the front of the RetPath list, so since
702 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend());
713 } while(nextRealType(RetSubTypes, RetPath));

Completed in 122 milliseconds