Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp742 Constant *GlobalContext::getConstantZero(Type Ty) { in getConstantZero() function in Ice::GlobalContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6412 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() function