Searched refs:InEC (Results 1 – 3 of 3) sorted by relevance
31 InEC(sys::fs::openFileForRead(InboundName, Inbound)), in InteractiveModelRunner()33 if (InEC) { in InteractiveModelRunner()34 Ctx.emitError("Cannot open inbound file: " + InEC.message()); in InteractiveModelRunner()
66 std::error_code InEC; variable
7735 ElementCount InEC = InVT.getVectorElementCount(); in ModifyToType() local7737 if (WidenEC.hasKnownScalarFactor(InEC)) { in ModifyToType()7738 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType()7749 if (InEC.hasKnownScalarFactor(WidenEC)) in ModifyToType()7756 unsigned InNumElts = InEC.getFixedValue(); in ModifyToType()