Searched refs:SimpleVID (Results 1 – 1 of 1) sorted by relevance
3722 if (auto SimpleVID = isSimpleVIDSequence(Op, Op.getScalarValueSizeInBits())) { in lowerBuildVectorOfConstants() local3723 int64_t StepNumerator = SimpleVID->StepNumerator; in lowerBuildVectorOfConstants()3724 unsigned StepDenominator = SimpleVID->StepDenominator; in lowerBuildVectorOfConstants()3725 int64_t Addend = SimpleVID->Addend; in lowerBuildVectorOfConstants()17087 if (std::optional<VIDSequence> SimpleVID = in PerformDAGCombine() local17089 SimpleVID && SimpleVID->StepDenominator == 1) { in PerformDAGCombine()17090 const int64_t StepNumerator = SimpleVID->StepNumerator; in PerformDAGCombine()17091 const int64_t Addend = SimpleVID->Addend; in PerformDAGCombine()