Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BV1

2964     BuildVectorSDNode *BV1 = dyn_cast<BuildVectorSDNode>(Cst1);
2966 if (!BV1 || !BV2)
2969 assert(BV1->getNumOperands() == BV2->getNumOperands() && "Out of sync!");
2971 for (unsigned I = 0, E = BV1->getNumOperands(); I != E; ++I) {
2972 ConstantSDNode *V1 = dyn_cast<ConstantSDNode>(BV1->getOperand(I));