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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h202 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp239 SumOfShAmts = Constant::replaceUndefsWith(
272 ShAmtsDiff = Constant::replaceUndefsWith(
H A DInstCombineAndOrXor.cpp3065 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy));
3204 C = Constant::replaceUndefsWith(C, ConstantInt::getAllOnesValue(EltTy));
3214 C = Constant::replaceUndefsWith(C, ConstantInt::getNullValue(EltTy));
H A DInstCombineMulDivRem.cpp221 Constant *SafeC1 = Constant::replaceUndefsWith(
H A DInstCombineCompares.cpp3396 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant);
5241 C = Constant::replaceUndefsWith(C, SafeReplacementConstant);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp708 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { function in class:Constant

Completed in 131 milliseconds