Searched refs:RuntimeIB (Results 1 – 2 of 2) sorted by relevance
845 if (!RuntimeIB) { in SynthesizeExpr()846 RuntimeIB = FindRuntimeInterface(); in SynthesizeExpr()847 AddPrintValueCall = RuntimeIB->getPrintValueTransformer(); in SynthesizeExpr()861 AddPrintValueCall(RuntimeIB.get(), E, {ThisInterp, OutValue}); in SynthesizeExpr()
95 std::unique_ptr<RuntimeInterfaceBuilder> RuntimeIB; variable