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