Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3723 if (auto SimpleVID = isSimpleVIDSequence(Op, Op.getScalarValueSizeInBits())) { in lowerBuildVectorOfConstants() local
3724 int64_t StepNumerator = SimpleVID->StepNumerator; in lowerBuildVectorOfConstants()
3725 unsigned StepDenominator = SimpleVID->StepDenominator; in lowerBuildVectorOfConstants()
3726 int64_t Addend = SimpleVID->Addend; in lowerBuildVectorOfConstants()
17090 if (std::optional<VIDSequence> SimpleVID = in PerformDAGCombine() local
17092 SimpleVID && SimpleVID->StepDenominator == 1) { in PerformDAGCombine()
17093 const int64_t StepNumerator = SimpleVID->StepNumerator; in PerformDAGCombine()
17094 const int64_t Addend = SimpleVID->Addend; in PerformDAGCombine()