Searched refs:InsertBinop (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 122 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander 748 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr() 756 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr() 790 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr() 798 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr() 813 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr() 818 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 142 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|