Searched refs:SimpleVID (Results 1 – 1 of 1) sorted by relevance
3555 if (auto SimpleVID = isSimpleVIDSequence(Op, Op.getScalarValueSizeInBits())) { in lowerBuildVectorOfConstants() local3556 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() local15571 SimpleVID && SimpleVID->StepDenominator == 1) { in PerformDAGCombine()15572 const int64_t StepNumerator = SimpleVID->StepNumerator; in PerformDAGCombine()15573 const int64_t Addend = SimpleVID->Addend; in PerformDAGCombine()