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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 1007   if (DL.isLegalInteger(Len * 8) && isOnlyUsedInZeroEqualityComparison(CI)) {
 1009     unsigned PrefAlignment = DL.getPrefTypeAlignment(IntType);
 1015       LHSV = ConstantFoldLoadFromConstPtr(LHSC, IntType, DL);
 1020       RHSV = ConstantFoldLoadFromConstPtr(RHSC, IntType, DL);
 1025     if ((LHSV || getKnownAlignment(LHS, DL, CI) >= PrefAlignment) &&
 1026         (RHSV || getKnownAlignment(RHS, DL, CI) >= PrefAlignment)) {