Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h251 cir::ConstantOp getSInt32(int32_t c, mlir::Location loc) { in getSInt32() function
H A DCIRGenExprScalar.cpp484 mlir::Value amt = builder.getSInt32(amount, loc); in emitScalarPrePostIncDec()