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 193 /// InsertBinop - Insert the specified binary operator, doing a small amount
195 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,
757 Sum = InsertBinop(Instruction::Sub, Sum, W);
765 Sum = InsertBinop(Instruction::Add, Sum, W);
799 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
    [all...]

Completed in 207 milliseconds