Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1272 SmallVector<SDValue, 2> EltParts; in getConstant() local
1274 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()
1282 std::reverse(EltParts.begin(), EltParts.end()); in getConstant()
1293 Ops.insert(Ops.end(), EltParts.begin(), EltParts.end()); in getConstant()