Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2023 ConstantInt *CountC = dyn_cast<ConstantInt>(CI->getArgOperand(2)); in optimizeFWrite() local
2024 if (!SizeC || !CountC) in optimizeFWrite()
2026 uint64_t Bytes = SizeC->getZExtValue() * CountC->getZExtValue(); in optimizeFWrite()