Home
last modified time | relevance | path

Searched defs:LenCI (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp182 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() local
298 if (const ConstantInt *LenCI = getForArgument() local
307 if (const ConstantInt *LenCI = getForArgument() local
314 if (const ConstantInt *LenCI = getForArgument() local
323 if (const ConstantInt *LenCI = getForArgument() local
[all...]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp86 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(IntrCall->getLength())) { runOnFunction() local