Home
last modified time | relevance | path

Searched defs:NewShl (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp633 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl() local
747 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr() local
752 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr() local
865 auto *NewShl = BinaryOperator::Create(Instruction::Shl, X, ShiftDiff); in visitAShr() local
DInstCombineAddSub.cpp1175 Value *NewShl = Builder.CreateShl(XorLHS, ShAmt, "sext"); in visitAdd() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp605 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
666 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
685 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
DInstCombineAddSub.cpp1083 Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext"); in visitAdd() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp136 Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext"); in visitAdd() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1070 SDValue NewShl = DAG.getNode(ISD::SHL, DL, VT, NewAdd, C); in ppAddrReorderAddShl() local
1146 SDValue NewShl = DAG.getNode(ISD::SHL, dl, VT, NewSrl, DC); in ppAddrRewriteAndSrl() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1372 SDValue NewShl = DAG.getNode(ISD::SHL, DL, VT, NewAdd, C); in PreprocessISelDAG() local