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