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

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1050 Constant *getPoisonedShadow(Type *ShadowTy) { function in struct:__anon13320::MemorySanitizerVisitor
1056 getPoisonedShadow(AT->getElementType()));
1062 Vals.push_back(getPoisonedShadow(ST->getElementType(i)));
1069 Constant *getPoisonedShadow(Value *V) { function in struct:__anon13320::MemorySanitizerVisitor
1073 return getPoisonedShadow(ShadowTy);
1098 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V);
2736 Sa1 = getPoisonedShadow(getShadowTy(I.getType()));

Completed in 96 milliseconds