Searched defs:NewL (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1287 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in umax() local 1301 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in smin() local 1315 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in umin() local 1273 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); smax() local 1672 APInt NewL = getUnsignedMin().uadd_sat(Other.getUnsignedMin()); uadd_sat() local 1681 APInt NewL = getSignedMin().sadd_sat(Other.getSignedMin()); sadd_sat() local 1690 APInt NewL = getUnsignedMin().usub_sat(Other.getUnsignedMax()); usub_sat() local 1699 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); ssub_sat() local 1708 APInt NewL = getUnsignedMin().umul_sat(Other.getUnsignedMin()); umul_sat() local 1738 APInt NewL = getUnsignedMin().ushl_sat(Other.getUnsignedMin()); ushl_sat() local 1749 APInt NewL = Min.sshl_sat(Min.isNonNegative() ? ShAmtMin : ShAmtMax); sshl_sat() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 1235 AddRecLoopReplacer(ScalarEvolution & SE,const Loop & OldL,const Loop & NewL,bool UseMax=true) AddRecLoopReplacer() argument 1266 const Loop &OldL, &NewL; global() member in __anon3125f2f30111::LoopFuser::AddRecLoopReplacer
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 803 SDValue NewL; SoftenFloatRes_LOAD() local 834 SDValue NewL = SoftenFloatRes_ATOMIC_LOAD() local 3143 SDValue NewL = SoftPromoteHalfRes_LOAD() local 3158 SDValue NewL = DAG.getAtomic( SoftPromoteHalfRes_ATOMIC_LOAD() local [all...] |
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 295 Loop *NewL) { in adjustDomainDimensions() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 17328 SDValue NewL = DAG.getLoad(NewVT, DL, L->getChain(), L->getBasePtr(), PerformDAGCombine() local
|