Lines Matching defs:NewBO
7513 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT,
7515 if (!NewBO ||
7517 (NewBO->Opcode != Instruction::Add &&
7518 NewBO->Opcode != Instruction::Sub)) ||
7520 NewBO->Opcode != Instruction::Mul)) {
7533 BO = NewBO;
7727 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT,
7729 if (!NewBO || (NewBO->Opcode != Instruction::Add &&
7730 NewBO->Opcode != Instruction::Sub)) {
7734 BO = NewBO;
7759 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT,
7761 if (!NewBO || NewBO->Opcode != Instruction::Mul) {
7765 BO = NewBO;