Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp59 static bool shouldExpandOperationWithSize(Value *Size) { in shouldExpandOperationWithSize() function
75 if (shouldExpandOperationWithSize(Memcpy->getLength())) { in expandMemIntrinsicUses()
88 if (shouldExpandOperationWithSize(Memmove->getLength())) { in expandMemIntrinsicUses()
98 if (shouldExpandOperationWithSize(Memset->getLength())) { in expandMemIntrinsicUses()