Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp465 int64_t RawComplexity = R->getValueAsInt("Complexity"); in ComplexPattern() local
466 if (RawComplexity == -1) in ComplexPattern()
469 Complexity = RawComplexity; in ComplexPattern()