Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DConstant.h224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp245 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
278 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
DInstCombineAndOrXor.cpp2201 SanitizedSignMask = Constant::replaceUndefsWith( in visitAnd()
3619 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy)); in visitMaskedMerge()
3919 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy)); in foldNot()
3929 C = Constant::replaceUndefsWith(C, ConstantInt::getNullValue(EltTy)); in foldNot()
4095 C2 = Constant::replaceUndefsWith( in visitXor()
DInstCombineCompares.cpp3679 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()
5806 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()
DInstructionCombining.cpp4023 return replaceInstUsesWith(I, Constant::replaceUndefsWith(C, ReplaceC)); in visitFreeze()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstants.cpp755 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant