Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3421 Constant *SafeReplacementConstant = nullptr; in foldICmpWithLowBitMaskedVal() local
3424 SafeReplacementConstant = VecC->getAggregateElement(i); in foldICmpWithLowBitMaskedVal()
3428 assert(SafeReplacementConstant && "Failed to find undef replacement"); in foldICmpWithLowBitMaskedVal()
3429 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()
5280 Constant *SafeReplacementConstant = nullptr; in getFlippedStrictnessPredicateAndConstant() local
5301 if (!SafeReplacementConstant) in getFlippedStrictnessPredicateAndConstant()
5302 SafeReplacementConstant = CI; in getFlippedStrictnessPredicateAndConstant()
5314 assert(SafeReplacementConstant && "Replacement constant not set"); in getFlippedStrictnessPredicateAndConstant()
5315 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()