Searched refs:InsertBinop (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 126 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/ |
D | ScalarEvolutionExpander.h | 169 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 171 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/ |
D | ScalarEvolutionExpander.h | 291 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|