Searched refs:replaceUndefsWith (Results 1 – 4 of 4) sorted by relevance
200 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
239 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()272 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
3381 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()5239 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()
627 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant