Lines Matching defs:NewBO
7550 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT,
7552 if (!NewBO ||
7554 (NewBO->Opcode != Instruction::Add &&
7555 NewBO->Opcode != Instruction::Sub)) ||
7557 NewBO->Opcode != Instruction::Mul)) {
7570 BO = NewBO;
7764 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT,
7766 if (!NewBO || (NewBO->Opcode != Instruction::Add &&
7767 NewBO->Opcode != Instruction::Sub)) {
7771 BO = NewBO;
7796 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT,
7798 if (!NewBO || NewBO->Opcode != Instruction::Mul) {
7802 BO = NewBO;