HomeSort by relevance Sort by last modified time
    Searched refs:InsertBinop (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 140 /// InsertBinop - Insert the specified binary operator, doing a small amount
142 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 120 /// InsertBinop - Insert the specified binary operator, doing a small amount
122 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
748 Sum = InsertBinop(Instruction::Sub, Sum, W);
756 Sum = InsertBinop(Instruction::Add, Sum, W);
790 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
798 Prod = InsertBinop(Instruction::Mul, Prod, W);
    [all...]

Completed in 147 milliseconds