Searched refs:getInductionOpcode (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 360 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 D | IVDescriptors.h | 367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1294 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in execute() 1304 AddOp = ID.getInductionOpcode(); in execute()
|
| H A D | VPlanTransforms.cpp | 619 Plan, ID.getKind(), ID.getInductionOpcode(), in legalizeAndOptimizeInductions()
|
| H A D | VPlan.h | 2934 IV, Step, IndDesc.getInductionOpcode(), in VPScalarIVStepsRecipe()
|