Searched refs:LenCI (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 182 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getForArgument() local 183 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() 298 if (const ConstantInt *LenCI = in getForArgument() local 300 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() 307 if (const ConstantInt *LenCI = in getForArgument() local 309 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() 314 if (const ConstantInt *LenCI = in getForArgument() local 316 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() 323 if (const ConstantInt *LenCI = in getForArgument() local 326 Arg, LocationSize::upperBound(LenCI->getZExtValue()), AATags); in getForArgument()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 86 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(IntrCall->getLength())) { in runOnFunction() local 87 if (LenCI->getZExtValue() >= MaxAggrCopySize) { in runOnFunction()
|