Searched refs:LShift (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1006 auto LShift = [&](unsigned char Val, unsigned Shift) { local
1010 Signature[I] = LShift(Hash[I * 4 + 0], 24) | LShift(Hash[I * 4 + 1], 16) |
1011 LShift(Hash[I * 4 + 2], 8) | LShift(Hash[I * 4 + 3], 0);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 109 milliseconds