Searched refs:VAListTag (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2244 Value *VAListTag = I.getArgOperand(0); local
2245 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
2255 Value *VAListTag = I.getArgOperand(0); local
2256 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
2284 Value *VAListTag = OrigInst->getArgOperand(0); local
2288 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2299 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),

Completed in 93 milliseconds