Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp736 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getArgLocation() local
737 Loc.Size = LenCI->getZExtValue(); in getArgLocation()
789 else if (const ConstantInt *LenCI = in getArgLocation() local
791 Loc.Size = LenCI->getZExtValue(); in getArgLocation()