Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp360 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
361 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
421 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1294 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in execute()
1304 AddOp = ID.getInductionOpcode(); in execute()
H A DVPlanTransforms.cpp619 Plan, ID.getKind(), ID.getInductionOpcode(), in legalizeAndOptimizeInductions()
H A DVPlan.h2934 IV, Step, IndDesc.getInductionOpcode(), in VPScalarIVStepsRecipe()