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 D | Constant.h | 200 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Constant.h | 224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Constant.h | 224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Constant.h | 224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Constant.h | 224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Constant.h | 224 static Constant *replaceUndefsWith(Constant *C, Constant *Replacement);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 239 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput() 272 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
|
H A D | InstCombineCompares.cpp | 3381 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 D | InstCombineShifts.cpp | 245 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput() 278 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
|
H A D | InstCombineAndOrXor.cpp | 2201 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 D | InstCombineCompares.cpp | 3689 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal() 5810 C = Constant::replaceUndefsWith(C, SafeReplacementConstant); in getFlippedStrictnessPredicateAndConstant()
|
H A D | InstructionCombining.cpp | 4023 return replaceInstUsesWith(I, Constant::replaceUndefsWith(C, ReplaceC)); in visitFreeze()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 627 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 D | Constants.cpp | 755 Constant *Constant::replaceUndefsWith(Constant *C, Constant *Replacement) { in replaceUndefsWith() function in Constant
|