Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp359 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
360 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
420 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1001 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in execute()
1011 AddOp = ID.getInductionOpcode(); in execute()
H A DVPlan.h2388 IV, Step, IndDesc.getInductionOpcode(), in VPScalarIVStepsRecipe()