Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3759 if (auto SimpleVID = isSimpleVIDSequence(Op, Op.getScalarValueSizeInBits())) { in lowerBuildVectorViaVID() local
3760 int64_t StepNumerator = SimpleVID->StepNumerator; in lowerBuildVectorViaVID()
3761 unsigned StepDenominator = SimpleVID->StepDenominator; in lowerBuildVectorViaVID()
3762 int64_t Addend = SimpleVID->Addend; in lowerBuildVectorViaVID()
20134 if (std::optional<VIDSequence> SimpleVID = in PerformDAGCombine() local
20136 SimpleVID && SimpleVID->StepDenominator == 1) { in PerformDAGCombine()
20137 const int64_t StepNumerator = SimpleVID->StepNumerator; in PerformDAGCombine()
20138 const int64_t Addend = SimpleVID->Addend; in PerformDAGCombine()