Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5479 Value *VrArgSize = ConstantInt::get(MS.IntptrTy, kAArch64VrArgSize); in finalizeInstrumentation() local
5541 IRB.CreateAdd(VrArgSize, VrOffSaveArea); in finalizeInstrumentation()
5552 Value *VrCopySize = IRB.CreateSub(VrArgSize, VrRegSaveAreaShadowPtrOff); in finalizeInstrumentation()