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

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2660 Value *VAListTag = I.getArgOperand(0); variable
2661 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
2671 Value *VAListTag = I.getArgOperand(0); variable
2672 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
2700 Value *VAListTag = OrigInst->getArgOperand(0); variable
2704 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2715 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),

Completed in 258 milliseconds