Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4036 if (auto *ConstantStep = dyn_cast<ConstantInt>(IVInc->second)) in matchScaledValue() local
4037 return std::make_pair(IVInc->first, ConstantStep->getValue()); in matchScaledValue()