Home
last modified time | relevance | path

Searched refs:NarrowShiftAmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2338 unsigned NarrowShiftAmt = ShiftVal - HalfSize; in applyCombineShiftToUnmerge() local
2348 if (NarrowShiftAmt != 0) { in applyCombineShiftToUnmerge()
2350 Builder.buildConstant(HalfTy, NarrowShiftAmt)).getReg(0); in applyCombineShiftToUnmerge()
2361 if (NarrowShiftAmt != 0) { in applyCombineShiftToUnmerge()
2363 Builder.buildConstant(HalfTy, NarrowShiftAmt)).getReg(0); in applyCombineShiftToUnmerge()