Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp250 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
287 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineAndOrXor.cpp2477 SanitizedSignMask = Constant::replaceUndefsWith( in visitAnd()
4129 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy)); in visitMaskedMerge()
4392 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy)); in foldNot()
4402 C = Constant::replaceUndefsWith(C, ConstantInt::getNullValue(EltTy)); in foldNot()
4564 C2 = Constant::replaceUndefsWith( in visitXor()
H A DInstCombineCompares.cpp4110 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()
6512 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()
H A DInstructionCombining.cpp4181 return replaceInstUsesWith(I, Constant::replaceUndefsWith(C, ReplaceC)); in visitFreeze()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp753 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant