Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BV2

2703     BuildVectorSDNode *BV2 = dyn_cast<BuildVectorSDNode>(Cst2);
2704 if (!BV1 || !BV2)
2707 assert(BV1->getNumOperands() == BV2->getNumOperands() && "Out of sync!");
2711 ConstantSDNode *V2 = dyn_cast<ConstantSDNode>(BV2->getOperand(I));