Searched defs:IsNumeric (Results 1 – 6 of 6) sorted by relevance
67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
67 bool TransformationAddRelaxedDecoration::IsNumeric(spv::Op opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
248 bool IsNumeric() const { return IsInt() || IsFloat() || IsBool(); } in IsNumeric() function
600 def IsNumeric(self): member in Ref
427 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function