Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp5137 Value *VrArgSize = ConstantInt::get(MS.IntptrTy, kAArch64VrArgSize); in finalizeInstrumentation() local
5196 IRB.CreateAdd(VrArgSize, VrOffSaveArea); in finalizeInstrumentation()
5208 Value *VrCopySize = IRB.CreateSub(VrArgSize, VrRegSaveAreaShadowPtrOff); in finalizeInstrumentation()