Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7904 ConstantDataArraySlice SubSlice; in getMemcpyLoadsAndStores() local
7906 SubSlice = Slice; in getMemcpyLoadsAndStores()
7907 SubSlice.move(SrcOff); in getMemcpyLoadsAndStores()
7910 SubSlice.Array = nullptr; in getMemcpyLoadsAndStores()
7911 SubSlice.Offset = 0; in getMemcpyLoadsAndStores()
7912 SubSlice.Length = VTSize; in getMemcpyLoadsAndStores()
7914 Value = getMemsetStringVal(VT, dl, DAG, TLI, SubSlice); in getMemcpyLoadsAndStores()