Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp617 BinaryOperator *NewLShr = BinaryOperator::Create(Instruction::LShr, in FoldShiftByConstant() local
619 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant()
620 return NewLShr; in FoldShiftByConstant()