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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1604 ConstantInt *CountC = dyn_cast<ConstantInt>(CI->getArgOperand(2)); local
1605 if (!SizeC || !CountC) return 0;
1606 uint64_t Bytes = SizeC->getZExtValue()*CountC->getZExtValue();

Completed in 63 milliseconds