Home
last modified time | relevance | path

Searched refs:IntTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/spec/
H A Dstdc.td641 HeaderSpec IntTypes = HeaderSpec<
879 IntTypes,
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp280 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 DARMISelLowering.cpp247 const MVT IntTypes[] = { MVT::v16i8, MVT::v8i16, MVT::v4i32 }; in addMVEVectorTypes() local
249 for (auto VT : IntTypes) { in addMVEVectorTypes()