Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5332 static const unsigned kAArch64VrArgSize = 128; member
5339 AArch64VrBegOffset + kAArch64VrArgSize;
5479 Value *VrArgSize = ConstantInt::get(MS.IntptrTy, kAArch64VrArgSize); in finalizeInstrumentation()