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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp74 ConstantInt *MemOpLength = dyn_cast<ConstantInt>(MI->getArgOperand(2)); local
75 if (!MemOpLength) return nullptr;
81 uint64_t Size = MemOpLength->getLimitedValue();
152 MI->setArgOperand(2, Constant::getNullValue(MemOpLength->getType()));

Completed in 83 milliseconds