Home
last modified time | relevance | path

Searched defs:AllocaVec (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp2132 Value *AllocaVec = IRB.CreateAlloca(v3i1); TEST_F() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp994 SmallVector<AllocaInst *, 16> AllocaVec; global() member