Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3145 static const unsigned kAArch64VrArgSize = 128; member
3152 + kAArch64VrArgSize;
3303 Value *VrArgSize = ConstantInt::get(MS.IntptrTy, kAArch64VrArgSize); in finalizeInstrumentation()