Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp604 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
665 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
684 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
DInstCombineAddSub.cpp1103 Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext"); in visitAdd() local