Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstant.h200 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstant.h224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstant.h224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstant.h224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstant.h224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstant.h224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp239 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
272 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineCompares.cpp3381 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()
5239 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp245 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
278 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
H A 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()
H A DInstCombineCompares.cpp3689 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()
5810 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()
H A DInstructionCombining.cpp4023 return replaceInstUsesWith(I, Constant::replaceUndefsWith(C, ReplaceC)); in visitFreeze()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp627 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstants.cpp755 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant