Searched defs:LenC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp165 ConstantInt *LenC = dyn_cast<ConstantInt>(MI->getLength()); local
167 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8))
169 uint64_t Len = LenC->getLimitedValue();
192 MI->setLength(Constant::getNullValue(LenC->getType()));

Completed in 389 milliseconds