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()
64 std::error_code InEC; variable
8251 ElementCount InEC = InVT.getVectorElementCount(); in ModifyToType() local8253 if (WidenEC.hasKnownScalarFactor(InEC)) { in ModifyToType()8254 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType()8265 if (InEC.hasKnownScalarFactor(WidenEC)) in ModifyToType()8271 unsigned InNumElts = InEC.getFixedValue(); in ModifyToType()