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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp809 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); local
812 // Without it the CompShift might be 32, producing incorrect results in
816 SDValue Overflow = DAG.getNode(ISD::SRL, DL, VT, Lo, CompShift);
847 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); local
850 // Without it the CompShift might be 32, producing incorrect results in
854 SDValue Overflow = DAG.getNode(ISD::SHL, DL, VT, Hi, CompShift);

Completed in 112 milliseconds