Searched refs:CreateInsertNUWNSWBinOp (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | IRBuilder.h | 683 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp() function 709 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name, 731 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name, 753 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name, 828 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,
|