Searched refs:BV2 (Results 1 – 2 of 2) sorted by relevance
356 auto *BV2 = getOpcodeDef<GBuildVector>(BVO2, MRI); in matchOrToBSP() local357 if (!BV1 || !BV2) in matchOrToBSP()364 getIConstantVRegValWithLookThrough(BV2->getSourceReg(I), MRI); in matchOrToBSP()
6278 auto *BV2 = dyn_cast<BuildVectorSDNode>(N2); in FoldConstantArithmetic() local6280 if (BV1 && BV2 && BVVT.isInteger() && BVVT == N2.getValueType()) { in FoldConstantArithmetic()6286 BV2->getConstantRawBits(IsLE, EltBits, RawBits2, UndefElts2)) { in FoldConstantArithmetic()