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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp670 Value *TheOther = applyExts(BO->getOperand(1 - OpNo)); local
675 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther,
678 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain,
699 Value *TheOther = BO->getOperand(1 - OpNo); local
702 // sub-expression to be just TheOther.
705 return TheOther;
728 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP);
730 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP);

Completed in 112 milliseconds