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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp834 Constant *getPoisonedShadow(Type *ShadowTy) { function in struct:__anon2745::MemorySanitizerVisitor
841 Vals.push_back(getPoisonedShadow(ST->getElementType(i)));
846 Constant *getPoisonedShadow(Value *V) { function in struct:__anon2745::MemorySanitizerVisitor
850 return getPoisonedShadow(ShadowTy);
874 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V);
2072 getPoisonedShadow(getShadowTy(I.getType())), S,

Completed in 47 milliseconds