Searched refs:HiRHS (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2881 SDValue HiRHS = DAG.getNode(ISD::SRA, dl, MVT::i64, RHS, ShiftAmt); local 2882 SDValue Args[] = { HiLHS, LHS, HiRHS, RHS };
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3644 SDValue HiRHS = 3653 SDValue Args[] = { LHS, HiLHS, RHS, HiRHS };
|
Completed in 852 milliseconds