Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3555 if (auto SimpleVID = isSimpleVIDSequence(Op, Op.getScalarValueSizeInBits())) { in lowerBuildVectorOfConstants() local
3556 int64_t StepNumerator = SimpleVID->StepNumerator; in lowerBuildVectorOfConstants()
3557 unsigned StepDenominator = SimpleVID->StepDenominator; in lowerBuildVectorOfConstants()
3558 int64_t Addend = SimpleVID->Addend; in lowerBuildVectorOfConstants()
15569 if (std::optional<VIDSequence> SimpleVID = in PerformDAGCombine() local
15571 SimpleVID && SimpleVID->StepDenominator == 1) { in PerformDAGCombine()
15572 const int64_t StepNumerator = SimpleVID->StepNumerator; in PerformDAGCombine()
15573 const int64_t Addend = SimpleVID->Addend; in PerformDAGCombine()