Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTVectorTest.cpp73 ArrayRef<int> IntVec(Values); in TEST_F() local
74 auto I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.begin()); in TEST_F()
79 I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.end()); in TEST_F()
83 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.begin()); in TEST_F()
84 ASSERT_EQ(V.begin() + IntVec.size(), I); in TEST_F()
87 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.end()); in TEST_F()
88 ASSERT_EQ(V.begin() + IntVec.size(), I); in TEST_F()
/llvm-project-15.0.7/clang/test/Sema/
H A Doverloadable.c60 typedef Int IntVec __attribute__((vector_size(16))); typedef
62 double magnitude(IntVec) __attribute__((__overloadable__));
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16656 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local
16658 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine()
16659 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()