Searched refs:getL (Results 1 – 3 of 3) sorted by relevance
7 define internal i64 @getL() {14 %tmp.11 = call i64 @getL( ) ; <i64> [#uses=2]
26 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local27 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()
607 define <1 x i8> @getL() {