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 205 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 152 /// InsertBinop - Insert the specified binary operator, doing a small amount
154 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
721 Sum = InsertBinop(Instruction::Sub, Sum, W);
729 Sum = InsertBinop(Instruction::Add, Sum, W);
763 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
771 Prod = InsertBinop(Instruction::Mul, Prod, W);
786 return InsertBinop(Instruction::LShr, LHS,
791 return InsertBinop(Instruction::UDiv, LHS, RHS);
    [all...]

Completed in 37 milliseconds