Searched refs:LoBitsForHi (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4500 SDValue LoBitsForHi = DAG.getNode(ISD::SRL, dl, VT, ShOpLo, RevShAmt); in LowerShiftLeftParts() local 4507 LoBitsForHi = in LowerShiftLeftParts() 4509 LoBitsForHi, CCVal, Cmp); in LowerShiftLeftParts() 4515 DAG.getNode(ISD::OR, dl, VT, LoBitsForHi, HiBitsForHi); in LowerShiftLeftParts()
|