Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp591 unsigned NumCopied = Length->getZExtValue() / ElementSize; in tryPromoteAllocaToVector() local
598 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in tryPromoteAllocaToVector()