Searched refs:LenCI (Results 1 – 2 of 2) sorted by relevance
129 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getForArgument() local130 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags); in getForArgument()168 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getForArgument() local169 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags); in getForArgument()
267 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(IntrCall->getLength())) { in runOnFunction() local268 if (LenCI->getZExtValue() >= MaxAggrCopySize) { in runOnFunction()