Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2433 static bool isAllZeros(StringRef Arr) { in isAllZeros() function
2448 if (isAllZeros(Elements)) in getImpl()
2827 bool isAllZeros = false; in replaceUsesOfWithOnConstant() local
2830 isAllZeros = true; in replaceUsesOfWithOnConstant()
2834 if (isAllZeros) isAllZeros = Val->isNullValue(); in replaceUsesOfWithOnConstant()
2849 if (isAllZeros) { in replaceUsesOfWithOnConstant()