Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8561 Constant *SafeReplacementConstant = nullptr; in getFlippedStrictnessPredicateAndConstant() local
8582 if (!SafeReplacementConstant) in getFlippedStrictnessPredicateAndConstant()
8583 SafeReplacementConstant = CI; in getFlippedStrictnessPredicateAndConstant()
8602 assert(SafeReplacementConstant && "Replacement constant not set"); in getFlippedStrictnessPredicateAndConstant()
8603 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()