Home
last modified time | relevance | path

Searched refs:OpBO (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp268 BinaryOperator *OpBO = cast<BinaryOperator>(Op0); in visitMul() local
271 if (HasNUW && OpBO->getOpcode() == Instruction::AShr && OpBO->hasOneUse()) in visitMul()
276 if (HasNSW && (HasNUW || OpBO->getOpcode() == Instruction::LShr || in visitMul()