Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp637 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, in FoldShiftByConstant() local
639 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()
640 return NewAShr; in FoldShiftByConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp858 auto *NewAShr = BinaryOperator::CreateAShr(X, ShiftDiff); in visitAShr() local
859 NewAShr->setIsExact(I.isExact()); in visitAShr()
860 return NewAShr; in visitAShr()