Searched refs:SafeReplacementConstant (Results 1 – 1 of 1) sorted by relevance
3671 Constant *SafeReplacementConstant = nullptr; in foldICmpWithLowBitMaskedVal() local3674 SafeReplacementConstant = VecC->getAggregateElement(i); in foldICmpWithLowBitMaskedVal()3678 assert(SafeReplacementConstant && "Failed to find undef replacement"); in foldICmpWithLowBitMaskedVal()3679 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()5771 Constant *SafeReplacementConstant = nullptr; in getFlippedStrictnessPredicateAndConstant() local5792 if (!SafeReplacementConstant) in getFlippedStrictnessPredicateAndConstant()5793 SafeReplacementConstant = CI; in getFlippedStrictnessPredicateAndConstant()5805 assert(SafeReplacementConstant && "Replacement constant not set"); in getFlippedStrictnessPredicateAndConstant()5806 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()