Searched refs:SafeReplacementConstant (Results 1 – 1 of 1) sorted by relevance
3489 Constant *SafeReplacementConstant = nullptr; in foldICmpWithLowBitMaskedVal() local3492 SafeReplacementConstant = VecC->getAggregateElement(i); in foldICmpWithLowBitMaskedVal()3496 assert(SafeReplacementConstant && "Failed to find undef replacement"); in foldICmpWithLowBitMaskedVal()3497 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()5389 Constant *SafeReplacementConstant = nullptr; in getFlippedStrictnessPredicateAndConstant() local5410 if (!SafeReplacementConstant) in getFlippedStrictnessPredicateAndConstant()5411 SafeReplacementConstant = CI; in getFlippedStrictnessPredicateAndConstant()5423 assert(SafeReplacementConstant && "Replacement constant not set"); in getFlippedStrictnessPredicateAndConstant()5424 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()