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

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

Completed in 1996 milliseconds