Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp677 auto *ConstantLength = dyn_cast<ConstantInt>(Length); in getArgumentAccessInfo() local
678 if (ConstantLength && Offset) { in getArgumentAccessInfo()
679 int64_t Len = ConstantLength->getSExtValue(); in getArgumentAccessInfo()