Home
last modified time | relevance | path

Searched defs:Shl0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1117 auto *Shl0 = cast<OverflowingBinaryOperator>(Op0); in foldIDivShl() local
1140 auto *Shl0 = cast<OverflowingBinaryOperator>(Op0); in foldIDivShl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10086 SDValue Shl0 = DAG.getNode(ISD::SHL, SDLoc(N0), VT, N0.getOperand(0), N1); in visitSHL() local