Lines Matching refs:getZExtValue
176 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument()
187 LenCI->getZExtValue() * in getForArgument()
199 cast<ConstantInt>(II->getArgOperand(0))->getZExtValue()), in getForArgument()
226 cast<ConstantInt>(II->getArgOperand(1))->getZExtValue()), in getForArgument()
274 Size = LocationSize::upperBound(Len->getZExtValue()); in getForArgument()
285 Size = ArgIdx == 0 ? LocationSize::precise(Len->getZExtValue()) in getForArgument()
286 : LocationSize::upperBound(Len->getZExtValue()); in getForArgument()
305 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument()
314 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument()
321 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument()
331 Arg, LocationSize::upperBound(LenCI->getZExtValue()), AATags); in getForArgument()