Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1696 SmallVector<SDValue, 2> EltParts; in getConstant() local
1698 EltParts.push_back(getConstant( in getConstant()
1705 std::reverse(EltParts.begin(), EltParts.end()); in getConstant()
1716 llvm::append_range(Ops, EltParts); in getConstant()