Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp363 mlir::Attribute tryEmit();
387 mlir::Attribute ConstantLValueEmitter::tryEmit() { in tryEmit() function in ConstantLValueEmitter
776 return ConstantLValueEmitter(*this, value, destType).tryEmit(); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2083 llvm::Constant *tryEmit();
2131 llvm::Constant *ConstantLValueEmitter::tryEmit() { in tryEmit() function in ConstantLValueEmitter
2448 .tryEmit(); in tryEmitPrivate()