Searched defs:LShift (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3552 auto LShift = [&](unsigned char Val, unsigned Amount) in writeModuleHash() local
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enumerator
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 19 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 19718 bool LShift = VT.is128BitVector() || in SupportedVectorShiftWithImm() local 19749 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in SupportedVectorVarShift() local
|