Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp232 if (ConstantInt *ConstSize = dyn_cast_or_null<ConstantInt>(ArraySize)) in isArrayMalloc() local
233 if (ConstSize->isOne()) in isArrayMalloc()