Searched defs:Shl1 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp909 auto *Shl1 = cast<OverflowingBinaryOperator>(Op1); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp539 Value *Shl1 = Builder.CreateShl(ZExt1, Builder.getIntN(FloatWidth, 32)); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9365 SDValue Shl1 = DAG.getNode(ISD::SHL, SDLoc(N1), VT, N0.getOperand(1), N1); local

Completed in 932 milliseconds