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

References

lib/IR/Instructions.cpp
 1850   auto *MaskTy = dyn_cast<VectorType>(Mask->getType());
 1855   if (isa<UndefValue>(Mask) || isa<ConstantAggregateZero>(Mask))
 1855   if (isa<UndefValue>(Mask) || isa<ConstantAggregateZero>(Mask))
 1858   if (const auto *MV = dyn_cast<ConstantVector>(Mask)) {
 1871   if (const auto *CDS = dyn_cast<ConstantDataSequential>(Mask)) {
 1883   if (const auto *CE = dyn_cast<ConstantExpr>(Mask))