Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BV1

2697     BuildVectorSDNode *BV1 = dyn_cast<BuildVectorSDNode>(Cst1);
2699 if (!BV1 || !BV2)
2702 assert(BV1->getNumOperands() == BV2->getNumOperands() && "Out of sync!");
2704 for (unsigned I = 0, E = BV1->getNumOperands(); I != E; ++I) {
2705 ConstantSDNode *V1 = dyn_cast<ConstantSDNode>(BV1->getOperand(I));