Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h380 mlir::Value createNSWSub(mlir::Location loc, mlir::Value lhs, in createNSWSub() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1520 return builder.createNSWSub(loc, ops.lhs, ops.rhs); in emitSub()
1524 return builder.createNSWSub(loc, ops.lhs, ops.rhs); in emitSub()