Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInteractiveModelRunner.h64 std::error_code InEC; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp8251 ElementCount InEC = InVT.getVectorElementCount(); in ModifyToType() local
8253 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()