Searched defs:CreateInsertNUWNSWBinOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h741 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, function in class:llvm::IRBuilder
768 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name,
790 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name,
812 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name,
887 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,

Completed in 55 milliseconds