Home | History | Annotate | Download | only in Analysis

Lines Matching defs:InsertBinop

124 /// InsertBinop - Insert the specified binary operator, doing a small amount
126 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
751 Sum = InsertBinop(Instruction::Sub, Sum, W);
759 Sum = InsertBinop(Instruction::Add, Sum, W);
793 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
801 Prod = InsertBinop(Instruction::Mul, Prod, W);
816 return InsertBinop(Instruction::LShr, LHS,
821 return InsertBinop(Instruction::UDiv, LHS, RHS);