Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp348 ConstZeroForType[IceType_##tag] = getConstantZeroInternal(IceType_##tag); in GlobalContext()
743 Constant *Zero = ConstZeroForType[Ty]; in getConstantZero()
DIceGlobalContext.h506 Constant *ConstZeroForType[IceType_NUM]; variable