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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2907 CallInst *OrigInst = VAStartInstrumentationList[i]; variable
2908 IRBuilder<> IRB(OrigInst->getNextNode());
2909 Value *VAListTag = OrigInst->getArgOperand(0);
3024 CallInst *OrigInst = VAStartInstrumentationList[i]; variable
3025 IRBuilder<> IRB(OrigInst->getNextNode());
3026 Value *VAListTag = OrigInst->getArgOperand(0);
3195 CallInst *OrigInst = VAStartInstrumentationList[i]; variable
3196 IRBuilder<> IRB(OrigInst->getNextNode());
3198 Value *VAListTag = OrigInst->getArgOperand(0);

Completed in 58 milliseconds