Searched defs:LenC (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | Evaluator.cpp | 399 auto *LenC = dyn_cast<ConstantInt>(getVal(MSI->getLength())); in EvaluateBlock() local |
H A D | SimplifyLibCalls.cpp | 305 if (ConstantInt *LenC = dyn_cast<ConstantInt>(Size)) { annotateNonNullAndDereferenceable() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCalls.cpp | 258 ConstantInt *LenC = dyn_cast<ConstantInt>(MI->getLength()); SimplifyAnyMemSet() local |