Home
last modified time | relevance | path

Searched refs:StepValImm (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10625 uint64_t StepValImm = Op.getConstantOperandVal(0); in lowerSTEP_VECTOR()
10626 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()
10623 uint64_t StepValImm = Op.getConstantOperandVal(0); lowerSTEP_VECTOR() local