Home | History | Annotate | Download | only in functional

Lines Matching refs:isScalarType

229 static inline bool isScalarType (ValueType type)
1320 int curInScalarSize = isScalarType(v.valueType) ? 1 : inScalarSize;
1333 if (inputNdx == 0 || isScalarType(prevV.valueType) != isScalarType(v.valueType)) // \note Only write input type to case name if different from previous input type (avoid overly long names).