Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp715 Constant *GlobalContext::getConstantDouble(double ConstantDouble) { in getConstantDouble()
DIceOperand.h278 using ConstantDouble = ConstantPrimitive<double, Operand::kConstDouble>; variable