Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1923 bool isAllZeros = false; in replaceUsesOfWithOnConstant() local
1935 isAllZeros = true; in replaceUsesOfWithOnConstant()
1943 if (isAllZeros) isAllZeros = Val->isNullValue(); in replaceUsesOfWithOnConstant()
1948 if (isAllZeros) { in replaceUsesOfWithOnConstant()
2008 bool isAllZeros = false; in replaceUsesOfWithOnConstant() local
2013 isAllZeros = true; in replaceUsesOfWithOnConstant()
2017 if (isAllZeros) isAllZeros = Val->isNullValue(); in replaceUsesOfWithOnConstant()
2025 if (isAllZeros) { in replaceUsesOfWithOnConstant()
/external/llvm/lib/IR/
DConstants.cpp2333 static bool isAllZeros(StringRef Arr) { in isAllZeros() function
2348 if (isAllZeros(Elements)) in getImpl()