Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7057 ElementCount InEC = InVT.getVectorElementCount(); in ModifyToType() local
7059 if (WidenEC.hasKnownScalarFactor(InEC)) { in ModifyToType()
7060 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType()
7071 if (InEC.hasKnownScalarFactor(WidenEC)) in ModifyToType()
7078 unsigned InNumElts = InEC.getFixedValue(); in ModifyToType()