/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 993 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 1004 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 1015 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 1026 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local 1304 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); in uadd_sat() local 1313 APInt NewL = getSignedMin().sadd_sat(Other.getSignedMin()); in sadd_sat() local 1322 APInt NewL = getUnsignedMin().usub_sat(Other.getUnsignedMax()); in usub_sat() local 1331 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat() local 1340 APInt NewL = getUnsignedMin().umul_sat(Other.getUnsignedMin()); in umul_sat() local 1375 APInt NewL = getUnsignedMin().ushl_sat(Other.getUnsignedMin()); in ushl_sat() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1161 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 1175 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 1189 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 1203 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local 1538 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); in uadd_sat() local 1547 APInt NewL = getSignedMin().sadd_sat(Other.getSignedMin()); in sadd_sat() local 1556 APInt NewL = getUnsignedMin().usub_sat(Other.getUnsignedMax()); in usub_sat() local 1565 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat() local 1574 APInt NewL = getUnsignedMin().umul_sat(Other.getUnsignedMin()); in umul_sat() local 1604 APInt NewL = getUnsignedMin().ushl_sat(Other.getUnsignedMin()); in ushl_sat() local [all …]
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 749 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 762 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 775 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 788 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 835 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() 866 const Loop &OldL, &NewL; member in __anonea64f6ba0111::LoopFuser::AddRecLoopReplacer
|
H A D | SimpleLoopUnswitch.cpp | 2965 for (auto *NewL : NewLoops) in runOnLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 1238 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() 1269 const Loop &OldL, &NewL; member in __anon76fdce400111::LoopFuser::AddRecLoopReplacer
|
H A D | SimpleLoopUnswitch.cpp | 3307 for (auto *NewL : NewLoops) in runOnLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 705 SDValue NewL; in SoftenFloatRes_LOAD() local 2808 SDValue NewL = in SoftPromoteHalfRes_LOAD() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 634 SDValue NewL; in SoftenFloatRes_LOAD() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 657 SDValue NewL; in SoftenFloatRes_LOAD() local
|