Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Len

750       uint64_t Len = UnknownSize;
752 Len = LenCI->getZExtValue();
756 if (isNoAlias(Location(Dest, Len), Loc)) {
757 if (isNoAlias(Location(Src, Len), Loc))
761 } else if (isNoAlias(Location(Src, Len), Loc)) {
771 uint64_t Len = LenCI->getZExtValue();
773 if (isNoAlias(Location(Dest, Len), Loc))
836 uint64_t Len = UnknownSize;
838 Len = LenCI->getZExtValue();
842 if (isNoAlias(Location(Dest, Len), Loc)) {