Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h230 LLVM_ABI static Constant *replaceUndefsWith(Constant *C,
/freebsd/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.cpp4520 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy)); in visitMaskedMerge()
4967 C2 = Constant::replaceUndefsWith( in visitXor()
H A DInstructionCombining.cpp5122 return Constant::replaceUndefsWith(C, BestValue); in visitFreeze()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp784 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8603 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()