Home
last modified time | relevance | path

Searched refs:DetailsType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallAliasAnalysis.cpp64 if (FI->DetailsType == LibCallFunctionInfo::DoesNot) { in AnalyzeLibCallDetails()
83 assert(FI->DetailsType == LibCallFunctionInfo::DoesOnly); in AnalyzeLibCallDetails()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h105 } DetailsType; member