Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6416 ConstantDataArraySlice SubSlice; in getMemcpyLoadsAndStores() local
6418 SubSlice = Slice; in getMemcpyLoadsAndStores()
6419 SubSlice.move(SrcOff); in getMemcpyLoadsAndStores()
6422 SubSlice.Array = nullptr; in getMemcpyLoadsAndStores()
6423 SubSlice.Offset = 0; in getMemcpyLoadsAndStores()
6424 SubSlice.Length = VTSize; in getMemcpyLoadsAndStores()
6426 Value = getMemsetStringVal(VT, dl, DAG, TLI, SubSlice); in getMemcpyLoadsAndStores()