Searched refs:IsLegacyCallInstruction (Results 1 – 3 of 3) sorted by relevance
79 bool IsLegacyCallInstruction(mlir::Operation* inst);
293 if (IsLegacyCallInstruction(inst)) { in GetOperationNodeDef()442 bool IsLegacyCallInstruction(mlir::Operation* inst) { in IsLegacyCallInstruction() function
588 if (IsLegacyCallInstruction(&inner_op)) { in Convert()