Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1161 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 …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1238 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer()
1269 const Loop &OldL, &NewL; member in __anon227ba0d70111::LoopFuser::AddRecLoopReplacer
H A DSimpleLoopUnswitch.cpp3307 for (auto *NewL : NewLoops) in runOnLoop() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp705 SDValue NewL; in SoftenFloatRes_LOAD() local
2808 SDValue NewL = in SoftPromoteHalfRes_LOAD() local