Searched refs:StepValImm (Results 1 – 1 of 1) sorted by relevance
9861 uint64_t StepValImm = Op.getConstantOperandVal(0); in lowerSTEP_VECTOR() local9862 if (StepValImm != 1) { in lowerSTEP_VECTOR()9863 if (isPowerOf2_64(StepValImm)) { in lowerSTEP_VECTOR()9866 DAG.getConstant(Log2_64(StepValImm), DL, XLenVT), VL); in lowerSTEP_VECTOR()9870 SDValue(), DAG.getConstant(StepValImm, DL, VT.getVectorElementType()), in lowerSTEP_VECTOR()