Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp871 const bool IsConstantSize = isa<ConstantInt>(MSI->getLength()); in processLoopMemSet() local
873 if (IsConstantSize) { in processLoopMemSet()