Home
last modified time | relevance | path

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

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