Searched refs:CreateInsertNUWNSWBinOp (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 490 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp() function 505 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name, 525 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name, 545 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name, 614 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 756 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp() function 783 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name, 805 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name, 827 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name, 902 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 934 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp() function 967 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name, 984 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name, 1001 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name, 1056 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,
|