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

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1018 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); local
1021 // Without it the CompShift might be 32, producing incorrect results in
1025 SDValue Overflow = DAG.getNode(ISD::SRL, DL, VT, Lo, CompShift);
1056 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); local
1059 // Without it the CompShift might be 32, producing incorrect results in
1063 SDValue Overflow = DAG.getNode(ISD::SHL, DL, VT, Hi, CompShift);

Completed in 39 milliseconds