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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp404 IntrinsicInst *InsBefore; member in struct:__anon22540::FunctionStackPoisoner::AllocaPoisonCall
1355 Instruction *InsBefore = AllocaVec[0]; local
1356 IRBuilder<> IRB(InsBefore);
1361 new AllocaInst(ByteArrayTy, "MyAlloca", InsBefore);
1383 IntrinsicInst *II = APC.InsBefore;

Completed in 46 milliseconds