Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp126 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
751 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
759 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
793 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
801 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
816 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
821 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h169 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp171 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
720 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
728 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
760 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
771 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
774 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
789 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
794 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h291 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);