Searched refs:StepValImm (Results 1 – 1 of 1) sorted by relevance
10625 uint64_t StepValImm = Op.getConstantOperandVal(0); in lowerSTEP_VECTOR() local10626 if (StepValImm != 1) { in lowerSTEP_VECTOR()10627 if (isPowerOf2_64(StepValImm)) { in lowerSTEP_VECTOR()10630 DAG.getConstant(Log2_64(StepValImm), DL, XLenVT), VL); in lowerSTEP_VECTOR()10634 SDValue(), DAG.getConstant(StepValImm, DL, VT.getVectorElementType()), in lowerSTEP_VECTOR()