Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp173 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
724 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
732 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
764 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
775 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
778 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
793 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
798 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h237 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);