Home | History | Annotate | Download | only in Analysis

Lines Matching defs:InsertBinop

169 /// InsertBinop - Insert the specified binary operator, doing a small amount
171 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
720 Sum = InsertBinop(Instruction::Sub, Sum, W);
728 Sum = InsertBinop(Instruction::Add, Sum, W);
760 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
771 Prod = InsertBinop(Instruction::Shl, Prod,
774 Prod = InsertBinop(Instruction::Mul, Prod, W);
789 return InsertBinop(Instruction::LShr, LHS,
794 return InsertBinop(Instruction::UDiv, LHS, RHS);