Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5812 Constant *OneOrNegOne = ConstantInt::get(Type, WillIncrement ? 1 : -1, true); in getFlippedStrictnessPredicateAndConstant() local
5813 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); in getFlippedStrictnessPredicateAndConstant()