Searched defs:NewL (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 749 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-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 873 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 886 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 899 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local 912 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | ConstantRange.cpp | 572 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 585 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 478 SDValue NewL; in SoftenFloatRes_LOAD() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 2518 for (auto *NewL : NewLoops) in runOnLoop() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 634 SDValue NewL; in SoftenFloatRes_LOAD() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 638 SDValue NewL; in SoftenFloatRes_LOAD() local
|