Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3489 Constant *SafeReplacementConstant = nullptr; in foldICmpWithLowBitMaskedVal() local
3492 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() local
5410 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()