Searched refs:IntVec (Results 1 – 2 of 2) sorted by relevance
5458 typedef std::vector<int> IntVec; in TEST() typedef5459 IntVec expected; in TEST()5464 Describe<IntVec>(IsSupersetOf(expected)), in TEST()5472 typedef std::vector<int> IntVec; in TEST() typedef5473 IntVec expected; in TEST()5579 typedef std::vector<int> IntVec; in TEST() typedef5580 IntVec expected; in TEST()5586 Describe<IntVec>(IsSubsetOf(expected)), in TEST()5594 typedef std::vector<int> IntVec; in TEST() typedef5595 IntVec expected; in TEST()[all …]
12060 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local12062 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine()12063 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()