Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7008 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
7009 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
7015 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
7070 if (CopyFromConstant && in getMemcpyLoadsAndStores()