HomeSort by: relevance | last modified time | path
    Searched refs:InsertBinop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 210 /// InsertBinop - Insert the specified binary operator, doing a small amount
213 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
786 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap,
795 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(),
848 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap,
851 Result = Result ? InsertBinop(Instruction::Mul, Result, P,
869 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod,
886 Prod = InsertBinop(Instruction::Shl, Prod,
890 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(),
906 return InsertBinop(Instruction::LShr, LHS
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 415 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,

Completed in 23 milliseconds