Searched defs:NewL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1273 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 1287 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 1301 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 1315 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local 1672 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); in uadd_sat() local 1681 APInt NewL = getSignedMin().sadd_sat(Other.getSignedMin()); in sadd_sat() local 1690 APInt NewL = getUnsignedMin().usub_sat(Other.getUnsignedMax()); in usub_sat() local 1699 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat() local 1708 APInt NewL = getUnsignedMin().umul_sat(Other.getUnsignedMin()); in umul_sat() local 1738 APInt NewL = getUnsignedMin().ushl_sat(Other.getUnsignedMin()); in ushl_sat() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 1235 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() 1266 const Loop &OldL, &NewL; member in __anond06fd9000111::LoopFuser::AddRecLoopReplacer
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 851 SDValue NewL; in SoftenFloatRes_LOAD() local 882 SDValue NewL = in SoftenFloatRes_ATOMIC_LOAD() local 3269 SDValue NewL = in SoftPromoteHalfRes_LOAD() local 3284 SDValue NewL = DAG.getAtomic( in SoftPromoteHalfRes_ATOMIC_LOAD() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 17386 SDValue NewL = DAG.getLoad(NewVT, DL, L->getChain(), L->getBasePtr(), PerformDAGCombine() local
|