Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4290 if (auto IVStep = GetConstantStep(ScaleReg)) { in matchScaledValue() local
4291 Instruction *IVInc = IVStep->first; in matchScaledValue()
4297 APInt Step = IVStep->second; in matchScaledValue()