Home
last modified time | relevance | path

Searched refs:LenVRegAndVal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8886 auto LenVRegAndVal = getIConstantVRegValWithLookThrough(Len, MRI); in lowerMemcpyInline() local
8888 assert(LenVRegAndVal && in lowerMemcpyInline()
8890 uint64_t KnownLen = LenVRegAndVal->Value.getZExtValue(); in lowerMemcpyInline()
9151 auto LenVRegAndVal = getIConstantVRegValWithLookThrough(Len, MRI); in lowerMemCpyFamily() local
9152 if (!LenVRegAndVal) in lowerMemCpyFamily()
9154 uint64_t KnownLen = LenVRegAndVal->Value.getZExtValue(); in lowerMemCpyFamily()