Searched refs:cstToEmit (Results 1 – 1 of 1) sorted by relevance
1794 mlir::TypedAttr cstToEmit = mlir::dyn_cast_if_present<mlir::TypedAttr>(c); in tryEmitAsConstant() local1795 assert(cstToEmit && "expected a typed attribute"); in tryEmitAsConstant()1799 return ConstantEmission::forValue(cstToEmit); in tryEmitAsConstant()