Searched refs:IntTypes (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libc/spec/ |
| H A D | stdc.td | 641 HeaderSpec IntTypes = HeaderSpec< 879 IntTypes,
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | RangeSetTest.cpp | 280 using IntTypes = ::testing::Types<int8_t, uint8_t, int16_t, uint16_t, int32_t, typedef 282 TYPED_TEST_SUITE(RangeSetTest, IntTypes, );
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 247 const MVT IntTypes[] = { MVT::v16i8, MVT::v8i16, MVT::v4i32 }; in addMVEVectorTypes() local 249 for (auto VT : IntTypes) { in addMVEVectorTypes()
|