Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp70 static bool shouldExpandOperationWithSize(Value *Size) { in shouldExpandOperationWithSize() function
86 if (shouldExpandOperationWithSize(Memcpy->getLength())) { in expandMemIntrinsicUses()
99 if (shouldExpandOperationWithSize(Memmove->getLength())) { in expandMemIntrinsicUses()
109 if (shouldExpandOperationWithSize(Memset->getLength())) { in expandMemIntrinsicUses()