Lines Matching defs:LenCI
182 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2)))
183 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
298 if (const ConstantInt *LenCI =
300 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
307 if (const ConstantInt *LenCI =
309 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
314 if (const ConstantInt *LenCI =
316 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
323 if (const ConstantInt *LenCI =
326 Arg, LocationSize::upperBound(LenCI->getZExtValue()), AATags);