Searched refs:LenCI (Results 1 – 3 of 3) sorted by relevance
112 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getForArgument() local113 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags); in getForArgument()152 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getForArgument() local153 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags); in getForArgument()
738 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getModRefInfo() local739 Len = LenCI->getZExtValue(); in getModRefInfo()757 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) { in getModRefInfo() local758 uint64_t Len = LenCI->getZExtValue(); in getModRefInfo()824 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getModRefInfo() local825 Len = LenCI->getZExtValue(); in getModRefInfo()
267 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(IntrCall->getLength())) { in runOnFunction() local268 if (LenCI->getZExtValue() >= MaxAggrCopySize) { in runOnFunction()