Home
last modified time | relevance | path

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

/freebsd-src/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.cpp305 if (ConstantInt *LenC = dyn_cast<ConstantInt>(Size)) { annotateNonNullAndDereferenceable() local
957 Value *LenC = ConstantInt::get(CI->getType(), Len - 1); optimizeStringLength() local
1207 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); optimizeMemRChr() local
1302 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); optimizeMemChr() local
1584 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); optimizeMemCmpBCmpCommon() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp258 ConstantInt *LenC = dyn_cast<ConstantInt>(MI->getLength()); SimplifyAnyMemSet() local