Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp384 if (auto *AlignmentConstant = in isInterestingMemoryAccess() local
386 Access.Alignment = (unsigned)AlignmentConstant->getZExtValue(); in isInterestingMemoryAccess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1402 if (auto AlignmentConstant = in isInterestingMemoryAccess() local
1404 *Alignment = (unsigned)AlignmentConstant->getZExtValue(); in isInterestingMemoryAccess()