Searched defs:isIntegerType (Results 1 – 3 of 3) sorted by relevance
96 constexpr bool isIntegerType = std::is_integral<DataType>::value; in GenerateRandomData() local
153 constexpr bool isIntegerType = std::is_integral<DataType>::value; in GenerateRandomData() local
192 bool isIntegerType(Type Ty) { in isIntegerType() function