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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp624 Value *TheOther = applyExts(BO->getOperand(1 - OpNo)); local
629 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther,
632 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain,
653 Value *TheOther = BO->getOperand(1 - OpNo); local
656 // sub-expression to be just TheOther.
659 return TheOther;
682 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP);
684 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP);

Completed in 27 milliseconds