Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2761 ConstantInt *CountC = dyn_cast<ConstantInt>(CI->getArgOperand(2)); in optimizeFWrite() local
2762 if (SizeC && CountC) { in optimizeFWrite()
2763 uint64_t Bytes = SizeC->getZExtValue() * CountC->getZExtValue(); in optimizeFWrite()