Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2217 TypeSize NInSize = NInVT.getSizeInBits(); in PromoteIntOp_BITCAST() local
2219 if (NInSize.hasKnownScalarFactor(EltSize)) { in PromoteIntOp_BITCAST()
2220 unsigned NumEltsWithPadding = NInSize.getKnownScalarFactor(EltSize); in PromoteIntOp_BITCAST()