Searched refs:OTC (Results 1 – 4 of 4) sorted by relevance
660 OperandTypeChecker OTC(Def.getLoc()); in checkSemantics() local663 if (!OTC.check(*IP, CheckTypeOf)) in checkSemantics()667 OTC.propagateTypes(); in checkSemantics()
363 OperandTypeChecker OTC(RuleDef.getLoc()); in propagateAndInferTypes() local365 if (!OTC.check(*Pat, [&](const auto &) { return true; })) in propagateAndInferTypes()370 OTC.propagateTypes(); in propagateAndInferTypes()1102 CombineRuleOperandTypeChecker OTC(RuleDef, MatchOpTable); in typecheckPatterns() local1106 if (!OTC.processMatchPattern(*IP)) in typecheckPatterns()1113 if (!OTC.processApplyPattern(*IP)) in typecheckPatterns()1118 OTC.propagateAndInferTypes(); in typecheckPatterns()
118 Additional OTC analysis121 An OTC document provided the following analysis.
16 Through OTC discussions, it's been determined that the most suitable APIs to