Searched defs:NewShl (Results 1 – 2 of 2) sorted by relevance
601 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local662 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local681 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
1101 Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext"); in visitAdd() local