Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h229 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp250 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
290 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineAndOrXor.cpp4260 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy)); in visitMaskedMerge()
4690 C2 = Constant::replaceUndefsWith( in visitXor()
H A DInstructionCombining.cpp4669 return replaceInstUsesWith(I, Constant::replaceUndefsWith(C, ReplaceC)); in visitFreeze()
H A DInstCombineCompares.cpp6841 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()
/src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp768 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant