Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6799 Constant *SafeReplacementConstant = nullptr; in getFlippedStrictnessPredicateAndConstant() local
6820 if (!SafeReplacementConstant) in getFlippedStrictnessPredicateAndConstant()
6821 SafeReplacementConstant = CI; in getFlippedStrictnessPredicateAndConstant()
6840 assert(SafeReplacementConstant && "Replacement constant not set"); in getFlippedStrictnessPredicateAndConstant()
6841 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()