Home
last modified time | relevance | path

Searched defs:createAnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp173 mlir::Value createAnd(mlir::OpBuilder &bld, mlir::Value lhs, in createAnd() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h348 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h323 mlir::Value createAnd(mlir::Location loc, mlir::Value lhs, mlir::Value rhs) { in createAnd() function