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