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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 3922     FinalVT = FinalVT.getHalfNumVectorElementsVT(Ctx);
 3930     while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal)
 3931       SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT);
 3938     while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal)
 3939       CondVT = TLI.getTypeToTransformTo(Ctx, CondVT);
 3949     VSelVT = TLI.getTypeToTransformTo(Ctx, VSelVT);