/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 171 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/ |
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/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/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 169 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 291 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 320 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|