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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h552 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, function in class:llvm::IRBuilder
578 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name,
600 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name,
622 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name,
697 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,

Completed in 32 milliseconds