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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp463 static bool firstRealType(Type *Next, function
674 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
675 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);

Completed in 49 milliseconds