Searched refs:CreateInsertNUWNSWBinOp (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | IRBuilder.h | 594 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp() function 620 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name, 642 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name, 664 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name, 739 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,
|