Searched refs:NextInChain (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 715 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain() local 719 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther, in distributeExtsAndCloneChain() 722 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain, in distributeExtsAndCloneChain() 742 Value *NextInChain = removeConstOffset(ChainIndex - 1); in removeConstOffset() local 747 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) { in removeConstOffset() 772 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP); in removeConstOffset() 774 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP); in removeConstOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 9381 Value *NextInChain; in execute() local 9396 NextInChain = createMinMaxOp(State.Builder, RdxDesc.getRecurrenceKind(), in execute() 9399 NextInChain = NewRed; in execute() 9401 NextInChain = State.Builder.CreateBinOp( in execute() 9403 State.set(this, NextInChain, Part); in execute()
|