Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp35 } InstArithmeticAttributes[] = { variable
282 return InstArithmeticAttributes[getOp()].DisplayString; in getInstName()
286 return Op < InstArithmetic::_num ? InstArithmeticAttributes[Op].DisplayString in getOpName()
291 return InstArithmeticAttributes[getOp()].IsCommutative; in isCommutative()