Searched defs:OpY (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp518 Value *OpY = nullptr; local
520 detectLog2OfHalf(Op0, OpY, Log2);
521 if (OpY) {
524 detectLog2OfHalf(Op1, OpY, Log2);
525 if (OpY) {
530 if (OpX && OpY) {
533 Log2->setArgOperand(0, OpY);

Completed in 56 milliseconds