Searched refs:CreateInsertNUWNSWBinOp (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 741 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 41 milliseconds