Home
last modified time | relevance | path

Searched refs:LenCI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DMemoryLocation.cpp112 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getForArgument() local
113 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags); in getForArgument()
152 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getForArgument() local
153 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags); in getForArgument()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp738 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getModRefInfo() local
739 Len = LenCI->getZExtValue(); in getModRefInfo()
757 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) { in getModRefInfo() local
758 uint64_t Len = LenCI->getZExtValue(); in getModRefInfo()
824 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getModRefInfo() local
825 Len = LenCI->getZExtValue(); in getModRefInfo()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp267 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(IntrCall->getLength())) { in runOnFunction() local
268 if (LenCI->getZExtValue() >= MaxAggrCopySize) { in runOnFunction()