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 191 /// InsertBinop - Insert the specified binary operator, doing a small amount
193 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 150 /// InsertBinop - Insert the specified binary operator, doing a small amount
152 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
765 Sum = InsertBinop(Instruction::Sub, Sum, W);
773 Sum = InsertBinop(Instruction::Add, Sum, W);
    [all...]

Completed in 48 milliseconds