Home
last modified time | relevance | path

Searched refs:createNSWAdd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h402 mlir::Value createNSWAdd(mlir::Location loc, mlir::Value lhs, in createNSWAdd() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1473 return builder.createNSWAdd(loc, ops.lhs, ops.rhs); in emitAdd()
1477 return builder.createNSWAdd(loc, ops.lhs, ops.rhs); in emitAdd()