Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.h73 static const AMDGPUMCExpr *createOr(ArrayRef<const MCExpr *> Args, in createOr() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h408 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS, in createOr() function
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h327 mlir::Value createOr(mlir::Location loc, mlir::Value lhs, mlir::Value rhs) { in createOr() function