Searched refs:StepValImm (Results 1 – 1 of 1) sorted by relevance
12220 uint64_t StepValImm = Op.getConstantOperandVal(0); in lowerSTEP_VECTOR() local12221 if (StepValImm != 1) { in lowerSTEP_VECTOR()12222 if (isPowerOf2_64(StepValImm)) { in lowerSTEP_VECTOR()12225 DAG.getConstant(Log2_64(StepValImm), DL, XLenVT), VL); in lowerSTEP_VECTOR()12229 SDValue(), DAG.getConstant(StepValImm, DL, VT.getVectorElementType()), in lowerSTEP_VECTOR()