Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4102 Constant *SafeReplacementConstant = nullptr; in foldICmpWithLowBitMaskedVal() local
4105 SafeReplacementConstant = VecC->getAggregateElement(i); in foldICmpWithLowBitMaskedVal()
4109 assert(SafeReplacementConstant && "Failed to find undef replacement"); in foldICmpWithLowBitMaskedVal()
4110 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()
6470 Constant *SafeReplacementConstant = nullptr; in getFlippedStrictnessPredicateAndConstant() local
6491 if (!SafeReplacementConstant) in getFlippedStrictnessPredicateAndConstant()
6492 SafeReplacementConstant = CI; in getFlippedStrictnessPredicateAndConstant()
6511 assert(SafeReplacementConstant && "Replacement constant not set"); in getFlippedStrictnessPredicateAndConstant()
6512 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()