Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1794 mlir::TypedAttr cstToEmit = mlir::dyn_cast_if_present<mlir::TypedAttr>(c); in tryEmitAsConstant() local
1795 assert(cstToEmit && "expected a typed attribute"); in tryEmitAsConstant()
1799 return ConstantEmission::forValue(cstToEmit); in tryEmitAsConstant()