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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 3911   if (CondVT.getScalarSizeInBits() != 1)
 3935   } else if (CondVT.getScalarType() == MVT::i1) {
 3938     while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal)
 3939       CondVT = TLI.getTypeToTransformTo(Ctx, CondVT);
 3939       CondVT = TLI.getTypeToTransformTo(Ctx, CondVT);
 3941     if (CondVT.getScalarType() == MVT::i1)