Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3934 if (auto IVStep = GetConstantStep(ScaleReg)) { in matchScaledValue() local
3935 Instruction *IVInc = IVStep->first; in matchScaledValue()
3941 APInt Step = IVStep->second; in matchScaledValue()