HomeSort by: relevance | last modified time | path
    Searched defs:firstRealType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 452 static bool firstRealType(Type *Next, SmallVectorImpl<Type *> &SubTypes,
664 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
665 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
Analysis.cpp 452 static bool firstRealType(Type *Next, SmallVectorImpl<Type *> &SubTypes,
664 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
665 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);

Completed in 30 milliseconds