Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp540 Value *Shl1 = Builder.CreateShl(ZExt1, Builder.getIntN(FloatWidth, 32)); in expandIToFP() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp981 auto *Shl1 = cast<OverflowingBinaryOperator>(Op1); in foldIDivShl() local
1004 auto *Shl1 = cast<OverflowingBinaryOperator>(Op1); in foldIDivShl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10073 if (SDValue Shl1 = in visitSHL() local