Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp541 for (unsigned NumBytesSet = 1; NumBytesSet != LoadSize;) { in getMemInstValueForLoad() local
543 if (NumBytesSet * 2 <= LoadSize) { in getMemInstValueForLoad()
545 Val, ConstantInt::get(Val->getType(), NumBytesSet * 8)); in getMemInstValueForLoad()
547 NumBytesSet <<= 1; in getMemInstValueForLoad()
555 ++NumBytesSet; in getMemInstValueForLoad()