Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp743 Constant *NegDivC = ConstantInt::get(Ty, -(*DivC)); in FoldShiftByConstant() local
746 Value *Cmp = Builder.CreateICmp(Pred, X, NegDivC); in FoldShiftByConstant()