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

/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h79 if (Derived *APC = dyn_cast<Derived>(CPV))
80 if (cast<Derived>(this)->equals(APC))
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp551 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; local
552 AllocaPoisonCallVec.push_back(APC);
1641 for (const auto &APC : AllocaPoisonCallVec) {
1642 assert(APC.InsBefore);
1643 assert(APC.AI);
1644 IRBuilder<> IRB(APC.InsBefore);
1645 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);
1646 HavePoisonedAllocas |= APC
[all...]

Completed in 668 milliseconds