Home
last modified time | relevance | path

Searched defs:NewL (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp993 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 …]
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1059 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local
1070 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local
1081 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local
1092 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local
1406 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); in uadd_sat() local
1415 APInt NewL = getSignedMin().sadd_sat(Other.getSignedMin()); in sadd_sat() local
1424 APInt NewL = getUnsignedMin().usub_sat(Other.getUnsignedMax()); in usub_sat() local
1433 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat() local
1442 APInt NewL = getUnsignedMin().umul_sat(Other.getUnsignedMin()); in umul_sat() local
1477 APInt NewL = getUnsignedMin().ushl_sat(Other.getUnsignedMin()); in ushl_sat() local
[all …]
/external/llvm/lib/IR/
DConstantRange.cpp749 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp835 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer()
866 const Loop &OldL, &NewL; member in __anon44484aab0111::LoopFuser::AddRecLoopReplacer
DSimpleLoopUnswitch.cpp2965 for (auto *NewL : NewLoops) in runOnLoop() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1016 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer()
1047 const Loop &OldL, &NewL; member in __anon6de1ce370111::LoopFuser::AddRecLoopReplacer
DSimpleLoopUnswitch.cpp3027 for (auto *NewL : NewLoops) in runOnLoop() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp685 SDValue NewL; in SoftenFloatRes_LOAD() local
2753 SDValue NewL = in SoftPromoteHalfRes_LOAD() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp634 SDValue NewL; in SoftenFloatRes_LOAD() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp657 SDValue NewL; in SoftenFloatRes_LOAD() local
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp298 Loop *NewL) { in adjustDomainDimensions()