Searched refs:CountC (Results 1 – 1 of 1) sorted by relevance
1940 ConstantInt *CountC = dyn_cast<ConstantInt>(CI->getArgOperand(2)); in callOptimizer() local1941 if (!SizeC || !CountC) return nullptr; in callOptimizer()1942 uint64_t Bytes = SizeC->getZExtValue()*CountC->getZExtValue(); in callOptimizer()