Home
last modified time | relevance | path

Searched refs:InsertBinop (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp153 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
758 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
766 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
800 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
808 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
823 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
828 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h195 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);