Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1940 ConstantInt *CountC = dyn_cast<ConstantInt>(CI->getArgOperand(2)); in callOptimizer() local
1941 if (!SizeC || !CountC) return nullptr; in callOptimizer()
1942 uint64_t Bytes = SizeC->getZExtValue()*CountC->getZExtValue(); in callOptimizer()