Searched refs:IntVec (Results 1 – 3 of 3) sorted by relevance
1579 typedef std::vector<int> IntVec; in TEST() typedef1580 IntVec expected; in TEST()1585 Describe<IntVec>(IsSupersetOf(expected)), in TEST()1593 typedef std::vector<int> IntVec; in TEST() typedef1594 IntVec expected; in TEST()1599 DescribeNegation<IntVec>(IsSupersetOf(expected)), in TEST()1706 typedef std::vector<int> IntVec; in TEST() typedef1707 IntVec expected; in TEST()1713 Describe<IntVec>(IsSubsetOf(expected)), in TEST()1721 typedef std::vector<int> IntVec; in TEST() typedef[all …]
2724 auto IntVec = B.buildPtrToInt(IntVecTy, Vec); in legalizeExtractVectorElt() local2725 auto IntElt = B.buildExtractVectorElement(IntTy, IntVec, MI.getOperand(2)); in legalizeExtractVectorElt()
16863 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local16865 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine()16866 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()