Lines Matching refs:ConstVec
2303 SDValue ConstVec;
2308 ConstVec = Op.getOperand(0);
2310 if (ConstVec.getNode()->getOpcode() != ISD::BUILD_VECTOR) {
2311 if (ConstVec.getNode()->getOpcode() == ISD::BITCAST) {
2312 ConstVec = ConstVec.getOperand(0);
2314 ConstVec = Op.getOperand(1);
2316 if (ConstVec.getNode()->getOpcode() == ISD::BITCAST) {
2317 ConstVec = ConstVec.getOperand(0);
2322 if (ConstVec.getNode()->getOpcode() == ISD::BUILD_VECTOR) {
2323 BuildVectorSDNode *BCN = dyn_cast<BuildVectorSDNode>(ConstVec.getNode());