Searched refs:LenVRegAndVal (Results 1 – 1 of 1) sorted by relevance
8886 auto LenVRegAndVal = getIConstantVRegValWithLookThrough(Len, MRI); in lowerMemcpyInline() local8888 assert(LenVRegAndVal && in lowerMemcpyInline()8890 uint64_t KnownLen = LenVRegAndVal->Value.getZExtValue(); in lowerMemcpyInline()9151 auto LenVRegAndVal = getIConstantVRegValWithLookThrough(Len, MRI); in lowerMemCpyFamily() local9152 if (!LenVRegAndVal) in lowerMemCpyFamily()9154 uint64_t KnownLen = LenVRegAndVal->Value.getZExtValue(); in lowerMemCpyFamily()