Lines Matching defs:LenCI
181 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2)))
182 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
189 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2)))
193 LenCI->getZExtValue() *
309 if (const ConstantInt *LenCI =
311 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
318 if (const ConstantInt *LenCI =
320 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
325 if (const ConstantInt *LenCI =
327 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
334 if (const ConstantInt *LenCI =
337 Arg, LocationSize::upperBound(LenCI->getZExtValue()), AATags);