Searched refs:ShadowVector (Results 1 – 1 of 1) sorted by relevance
2132 SmallVector<Constant *, 32> ShadowVector(NumElems); in getShadow() local2135 ShadowVector[i] = isa<UndefValue>(Elem) ? getPoisonedShadow(Elem) in getShadow()2139 Value *ShadowConstant = ConstantVector::get(ShadowVector); in getShadow()