Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp399 auto *LenC = dyn_cast<ConstantInt>(getVal(MSI->getLength())); EvaluateBlock() local
H A DSimplifyLibCalls.cpp313 if (ConstantInt *LenC = dyn_cast<ConstantInt>(Size)) { annotateNonNullAndDereferenceable() local
965 Value *LenC = ConstantInt::get(CI->getType(), Len - 1); optimizeStringLength() local
1215 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); optimizeMemRChr() local
1310 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); optimizeMemChr() local
1592 ConstantInt *LenC = dyn_cast<ConstantInt>(Size); optimizeMemCmpBCmpCommon() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp245 ConstantInt *LenC = dyn_cast<ConstantInt>(MI->getLength()); in SimplifyAnyMemSet() local