Searched defs:NewShl (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 957 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl() local 978 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl() local 1210 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr() local 1216 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr() local 1521 auto *NewShl = BinaryOperator::Create(Instruction::Shl, X, ShiftDiff); in visitAShr() local
|
H A D | InstCombineAddSub.cpp | 952 Value *NewShl = Builder.CreateShl(X, ShAmtC, "sext"); in foldAddWithConstant() local 1293 auto *NewShl = BinaryOperator::CreateShl(NewMath, ShAmt); in factorizeMathWithShlOps() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1118 SDValue NewShl = DAG.getNode(ISD::SHL, DL, VT, NewAdd, C); in ppAddrReorderAddShl() local 1194 SDValue NewShl = DAG.getNode(ISD::SHL, dl, VT, NewSrl, DC); in ppAddrRewriteAndSrl() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2511 SDValue NewShl = CurDAG->getNode(ISD::SHL, DL, VT, Zext, Shl.getOperand(1)); in matchAddressRecursively() local
|