Searched defs:BigShift (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | high_precision_decimal_test.cpp | 137 TEST(LlvmLibcHighPrecisionDecimalTest, BigShift) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 803 SDValue BigShift = DAG.getNode(ISD::SUB, DL, VT, Shift, Width); in LowerSHLParts() local 841 SDValue BigShift = DAG.getNode(ISD::SUB, DL, VT, Shift, Width); in LowerSRXParts() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 977 SDValue BigShift = DAG.getNode(ISD::SUB, DL, VT, Shift, Width); in LowerSHLParts() local 1015 SDValue BigShift = DAG.getNode(ISD::SUB, DL, VT, Shift, Width); in LowerSRXParts() local
|