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