Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp171 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
738 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
746 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
798 P = InsertBinop(Instruction::Mul, P, P); in visitMulExpr()
800 Result = Result ? InsertBinop(Instruction::Mul, Result, P) : P; in visitMulExpr()
815 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
827 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
830 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
845 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
850 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/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/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/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h169 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h291 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h320 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);