Home
last modified time | relevance | path

Searched refs:NewBinOp2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp982 Value *NewBinOp2 = Builder.CreateBinOp(I.getOpcode(), X, Y); in foldBinOpShiftWithShift() local
984 static_cast<Instruction::BinaryOps>(ShOpc), NewBinOp2, Shift); in foldBinOpShiftWithShift()
1001 Value *NewBinOp2 = Builder.CreateBinOp( in foldBinOpShiftWithShift() local
1003 Value *NewBinOp1 = Builder.CreateBinOp(I.getOpcode(), Y, NewBinOp2); in foldBinOpShiftWithShift()