Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp1064 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local
1078 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local
1092 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local
1106 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local
1417 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); in uadd_sat() local
1426 APInt NewL = getSignedMin().sadd_sat(Other.getSignedMin()); in sadd_sat() local
1435 APInt NewL = getUnsignedMin().usub_sat(Other.getUnsignedMax()); in usub_sat() local
1444 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat() local
1453 APInt NewL = getUnsignedMin().umul_sat(Other.getUnsignedMin()); in umul_sat() local
1488 APInt NewL = getUnsignedMin().ushl_sat(Other.getUnsignedMin()); in ushl_sat() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1028 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer()
1059 const Loop &OldL, &NewL; member in __anonc3322b0b0111::LoopFuser::AddRecLoopReplacer
H A DSimpleLoopUnswitch.cpp3056 for (auto *NewL : NewLoops) in runOnLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp685 SDValue NewL; in SoftenFloatRes_LOAD() local
2767 SDValue NewL = in SoftPromoteHalfRes_LOAD() local