Home
last modified time | relevance | path

Searched defs:LenC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp399 auto *LenC = dyn_cast<ConstantInt>(getVal(MSI->getLength())); in EvaluateBlock() local
H A DSimplifyLibCalls.cpp314 if (ConstantInt *LenC = dyn_cast<ConstantInt>(Size)) { in annotateNonNullAndDereferenceable() local
966 Value *LenC = ConstantInt::get(CI->getType(), Len - 1); in optimizeStringLength() local
1216 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); in optimizeMemRChr() local
1311 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); in optimizeMemChr() local
1593 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); in optimizeMemCmpBCmpCommon() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp245 ConstantInt *LenC = dyn_cast<ConstantInt>(MI->getLength()); in SimplifyAnyMemSet() local