Home | History | Annotate | Download | only in ARM

Lines Matching full:constvec

9260 static bool isConstVecPow2(SDValue ConstVec, bool isSigned, uint64_t &C)
9264 for (unsigned I = 0, E = ConstVec.getValueType().getVectorNumElements();
9266 ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(ConstVec.getOperand(I));
9305 SDValue ConstVec = Op->getOperand(1);
9308 if (ConstVec.getOpcode() != ISD::BUILD_VECTOR ||
9309 !isConstVecPow2(ConstVec, isSigned, C))
9356 SDValue ConstVec = N->getOperand(1);
9359 if (ConstVec.getOpcode() != ISD::BUILD_VECTOR ||
9360 !isConstVecPow2(ConstVec, isSigned, C))