Searched defs:RightShift (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DwarfExpression.cpp | 565 unsigned RightShift = LeftShift + BitOffset; addExpression() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUInstCombineIntrinsic.cpp | 720 Value *RightShift = Signed ? IC.Builder.CreateAShr(Shl, IntSize - Width) instCombineIntrinsic() local |
/llvm-project/clang/unittests/Basic/ | ||
H A D | SourceManagerTest.cpp | 213 SourceLocation RightShift = toks[RightShiftIndex].getLocation(); TEST_F() local |
/llvm-project/llvm/include/llvm/Demangle/ | ||
H A D | MicrosoftDemangleNodes.h | 121 RightShift, // ?5 # operator>> global() enumerator |
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCInstrInfo.cpp | 5014 bool RightShift = Opc == PPC::SRW || Opc == PPC::SRW_rec || Opc == PPC::SRD || transformToImmFormFedByLI() local |
H A D | PPCISelLowering.cpp | 15990 SDNode *RightShift = *UI; PerformDAGCombine() local |