Searched refs:TypePropertiesTable (Results 1 – 1 of 1) sorted by relevance
124 const TypePropertyFields TypePropertiesTable[] = { variable180 return TypePropertiesTable[Ty].TypeIsVectorType; in isVectorType()187 return TypePropertiesTable[Ty].TypeIsBooleanType; in isBooleanType()194 return TypePropertiesTable[Ty].TypeIsIntegerType; in isIntegerType()201 return TypePropertiesTable[Ty].TypeIsScalarIntegerType; in isScalarIntegerType()208 return TypePropertiesTable[Ty].TypeIsVectorIntegerType; in isVectorIntegerType()215 return TypePropertiesTable[Ty].TypeIsIntegerArithmeticType; in isIntegerArithmeticType()222 return TypePropertiesTable[Ty].TypeIsFloatingType; in isFloatingType()229 return TypePropertiesTable[Ty].TypeIsScalarFloatingType; in isScalarFloatingType()236 return TypePropertiesTable[Ty].TypeIsVectorFloatingType; in isVectorFloatingType()[all …]