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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 1619   if (WidestFixupType)
 1620     OS << ", widest fixup type: " << *WidestFixupType;
 2625         LU.WidestFixupType == OrigLU.WidestFixupType &&
 2625         LU.WidestFixupType == OrigLU.WidestFixupType &&
 3320     if (!LU.WidestFixupType ||
 3321         SE.getTypeSizeInBits(LU.WidestFixupType) <
 3323       LU.WidestFixupType = LF.OperandValToReplace->getType();
 3468         if (!LU.WidestFixupType ||
 3469             SE.getTypeSizeInBits(LU.WidestFixupType) <
 3471           LU.WidestFixupType = LF.OperandValToReplace->getType();