Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h289 mlir::Value createBoolToInt(mlir::Value src, mlir::Type newTy) { in createBoolToInt() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp104 return builder.createBoolToInt(value, dstTy); in maybePromoteBoolResult()