Searched refs:MaxVFInBits (Results 1 – 1 of 1) sorted by relevance
1849 uint64_t MaxVFInBits = MaxVF * TypeByteSize * 8; in couldPreventStoreLoadForward() local1851 std::min(MaxStoreLoadForwardSafeDistanceInBits, MaxVFInBits); in couldPreventStoreLoadForward()2295 uint64_t MaxVFInBits = MaxVF * TypeByteSize * 8; in isDependent() local2296 if (!ConstDist && MaxVFInBits < MaxTargetVectorWidthInBits) { in isDependent()2308 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()