Home
last modified time | relevance | path

Searched refs:InEC (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp31 InEC(sys::fs::openFileForRead(InboundName, Inbound)), in InteractiveModelRunner()
33 if (InEC) { in InteractiveModelRunner()
34 Ctx.emitError("Cannot open inbound file: " + InEC.message()); in InteractiveModelRunner()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInteractiveModelRunner.h66 std::error_code InEC; variable
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7735 ElementCount InEC = InVT.getVectorElementCount(); in ModifyToType() local
7737 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()