Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp716 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain() local
720 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther, in distributeExtsAndCloneChain()
723 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain, in distributeExtsAndCloneChain()
743 Value *NextInChain = removeConstOffset(ChainIndex - 1); in removeConstOffset() local
748 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) { in removeConstOffset()
773 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP); in removeConstOffset()
775 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP); in removeConstOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1724 Value *NextInChain; in execute() local
1739 NextInChain = createMinMaxOp(State.Builder, RdxDesc.getRecurrenceKind(), in execute()
1742 NextInChain = NewRed; in execute()
1744 NextInChain = State.Builder.CreateBinOp( in execute()
1746 State.set(this, NextInChain, Part, /*IsScalar*/ true); in execute()