Searched refs:CreateInsertNUWNSWBinOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 673 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp() function 699 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name, 721 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name, 743 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name, 818 return CreateInsertNUWNSWBinOp(Instruction::Shl, LHS, RHS, Name,
|