Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp366 mlir::Attribute tryEmitAbsolute(mlir::Type destTy);
403 return tryEmitAbsolute(destTy); in tryEmit()
434 mlir::Attribute ConstantLValueEmitter::tryEmitAbsolute(mlir::Type destTy) { in tryEmitAbsolute() function in ConstantLValueEmitter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2086 llvm::Constant *tryEmitAbsolute(llvm::Type *destTy);
2147 return tryEmitAbsolute(destTy); in tryEmit()
2181 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute() function in ConstantLValueEmitter