Home
last modified time | relevance | path

Searched refs:NGlobalPreds (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp396 const auto NGlobalPreds = std::count_if( in tryDemangleForVFABI() local
400 assert(NGlobalPreds < 2 && "Cannot have more than one global predicate."); in tryDemangleForVFABI()
401 if (NGlobalPreds) in tryDemangleForVFABI()
/external/llvm-project/llvm/lib/Analysis/
DVFABIDemangling.cpp422 const auto NGlobalPreds = std::count_if( in tryDemangleForVFABI() local
426 assert(NGlobalPreds < 2 && "Cannot have more than one global predicate."); in tryDemangleForVFABI()
427 if (NGlobalPreds) in tryDemangleForVFABI()
/external/llvm-project/llvm/unittests/Analysis/
DVectorFunctionABITest.cpp91 const auto NGlobalPreds = in IsMasked() local
96 return NGlobalPreds == 1 && Info.Shape.Parameters.back().ParamKind == in IsMasked()