Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1149 SmallVector<SDValue, 2> EltParts; in getConstant() local
1151 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()
1159 std::reverse(EltParts.begin(), EltParts.end()); in getConstant()
1170 Ops.insert(Ops.end(), EltParts.begin(), EltParts.end()); in getConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1233 SmallVector<SDValue, 2> EltParts; in getConstant() local
1235 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()
1243 std::reverse(EltParts.begin(), EltParts.end()); in getConstant()
1254 Ops.insert(Ops.end(), EltParts.begin(), EltParts.end()); in getConstant()