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
237 bool IsNumeric() const { return type_ != DataType::DE_STRING; } in IsNumeric() function
600 def IsNumeric(self): member in Ref
401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function