Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp653 BinaryOperator *NewShr = BinaryOperator::Create(ShiftOp->getOpcode(), in FoldShiftByConstant() local
655 NewShr->setIsExact(true); in FoldShiftByConstant()
656 return NewShr; in FoldShiftByConstant()