Searched defs:InsBefore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp854 Instruction *InsBefore = AllocaVec[0]; local
855 IRBuilder<> IRB(InsBefore);
860 new AllocaInst(ByteArrayTy, "MyAlloca", InsBefore);

Completed in 41 milliseconds