Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp356 auto *BV2 = getOpcodeDef<GBuildVector>(BVO2, MRI); in matchOrToBSP() local
357 if (!BV1 || !BV2) in matchOrToBSP()
364 getIConstantVRegValWithLookThrough(BV2->getSourceReg(I), MRI); in matchOrToBSP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6278 auto *BV2 = dyn_cast<BuildVectorSDNode>(N2); in FoldConstantArithmetic() local
6280 if (BV1 && BV2 && BVVT.isInteger() && BVVT == N2.getValueType()) { in FoldConstantArithmetic()
6286 BV2->getConstantRawBits(IsLE, EltBits, RawBits2, UndefElts2)) { in FoldConstantArithmetic()