Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Bvec

5850   BuildVectorSDNode *Bvec = dyn_cast<BuildVectorSDNode>(PotentialBVec);
5851 if (!Bvec)
5853 ConstantSDNode *FirstElt = dyn_cast<ConstantSDNode>(Bvec->getOperand(0));
5856 EVT VT = Bvec->getValueType(0);
5859 if (dyn_cast<ConstantSDNode>(Bvec->getOperand(i)) != FirstElt)