Home
last modified time | relevance | path

Searched defs:isConstantZero (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShader.cpp2695 bool SpirvShader::Object::isConstantZero() const in isConstantZero() function in sw::SpirvShader::Object
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6414 bool isConstantZero() const { return !Load; } in isConstantZero() function