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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp671 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); local
675 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther,
678 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain,
698 Value *NextInChain = removeConstOffset(ChainIndex - 1); local
701 // If NextInChain is 0 and not the LHS of a sub, we can simplify the
703 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) {
728 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP);
730 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP);

Completed in 107 milliseconds