Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5458 typedef std::vector<int> IntVec; in TEST() typedef
5459 IntVec expected; in TEST()
5464 Describe<IntVec>(IsSupersetOf(expected)), in TEST()
5472 typedef std::vector<int> IntVec; in TEST() typedef
5473 IntVec expected; in TEST()
5579 typedef std::vector<int> IntVec; in TEST() typedef
5580 IntVec expected; in TEST()
5586 Describe<IntVec>(IsSubsetOf(expected)), in TEST()
5594 typedef std::vector<int> IntVec; in TEST() typedef
5595 IntVec expected; in TEST()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12060 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local
12062 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine()
12063 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()