Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Daggregate_results.js150 function isAllZeros(values) function
166 if (expectation == 'WONTFIX' || isAllZeros(values[expectation]))
/external/llvm/lib/IR/
DConstants.cpp2223 static bool isAllZeros(StringRef Arr) { in isAllZeros() function
2238 if (isAllZeros(Elements)) in getImpl()
2636 bool isAllZeros = false; in replaceUsesOfWithOnConstant() local
2639 isAllZeros = true; in replaceUsesOfWithOnConstant()
2643 if (isAllZeros) isAllZeros = Val->isNullValue(); in replaceUsesOfWithOnConstant()
2661 if (isAllZeros) { in replaceUsesOfWithOnConstant()