Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp443 for (unsigned NumBytesSet = 1; NumBytesSet != LoadSize;) { in getMemInstValueForLoadHelper() local
445 if (NumBytesSet * 2 <= LoadSize) { in getMemInstValueForLoadHelper()
447 Val, ConstantInt::get(Val->getType(), NumBytesSet * 8)); in getMemInstValueForLoadHelper()
449 NumBytesSet <<= 1; in getMemInstValueForLoadHelper()
456 ++NumBytesSet; in getMemInstValueForLoadHelper()