Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3335 int64_t StepNumerator; member
3724 int64_t StepNumerator = SimpleVID->StepNumerator; in lowerBuildVectorOfConstants() local
3728 assert(StepNumerator != 0 && "Invalid step"); in lowerBuildVectorOfConstants()
3730 int64_t SplatStepVal = StepNumerator; in lowerBuildVectorOfConstants()
3734 if (StepNumerator != 1 && StepNumerator != INT64_MIN && in lowerBuildVectorOfConstants()
3735 isPowerOf2_64(std::abs(StepNumerator))) { in lowerBuildVectorOfConstants()
3736 Negate = StepNumerator < 0; in lowerBuildVectorOfConstants()
3738 SplatStepVal = Log2_64(std::abs(StepNumerator)); in lowerBuildVectorOfConstants()
17093 const int64_t StepNumerator = SimpleVID->StepNumerator; in PerformDAGCombine() local
17110 DAG.getConstant(StepNumerator, DL, XLenVT), in PerformDAGCombine()