Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp69 static bool shouldExpandOperationWithSize(Value *Size) { in shouldExpandOperationWithSize() function
84 if (shouldExpandOperationWithSize(Memcpy->getLength())) { in expandMemIntrinsicUses()
97 if (shouldExpandOperationWithSize(Memmove->getLength())) { in expandMemIntrinsicUses()
107 if (shouldExpandOperationWithSize(Memset->getLength())) { in expandMemIntrinsicUses()