Home
last modified time | relevance | path

Searched refs:getL (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2003-07-07-BadLongConst.ll7 define internal i64 @getL() {
14 %tmp.11 = call i64 @getL( ) ; <i64> [#uses=2]
/llvm-project-15.0.7/llvm/lib/Support/
H A DScaledNumber.cpp26 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local
27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64()
35 uint64_t NewLower = Lower + (getL(N) << 32); in multiply64()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-collect-loh.ll607 define <1 x i8> @getL() {