reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/InstructionSimplify.cpp
 4208   if (auto *CVec = dyn_cast<Constant>(Vec)) {
 4216     if (isa<UndefValue>(Vec))
 4217       return UndefValue::get(Vec->getType()->getVectorElementType());
 4223     if (IdxC->getValue().uge(Vec->getType()->getVectorNumElements()))
 4225       return UndefValue::get(Vec->getType()->getVectorElementType());
 4226     if (Value *Elt = findScalarElement(Vec, IdxC->getZExtValue()))
 4233     return UndefValue::get(Vec->getType()->getVectorElementType());