Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp524 Instruction::BinaryOps InductionOpcode, in createScalarIVSteps() argument
563 BaseIV, Step, InductionOpcode, in createScalarIVSteps()
H A DVPlan.h2922 Instruction::BinaryOps InductionOpcode; variable
2929 InductionOpcode(Opcode) {}
2943 getOperand(0), getOperand(1), InductionOpcode, in clone()
H A DVPlanRecipes.cpp1424 AddOp = InductionOpcode; in execute()