Lines Matching defs:LoHi
25881 auto LoHi = DAG.SplitVector(X, DL);
25882 assert(LoHi.first.getValueType() == LoHi.second.getValueType());
25883 SDValue Addp = DAG.getNode(AArch64ISD::ADDP, N, LoHi.first.getValueType(),
25884 LoHi.first, LoHi.second);
25895 DAG.getUNDEF(LoHi.first.getValueType())),
26661 Value *LoHi = Builder.CreateCall(Ldxr, Addr, "lohi");
26663 Value *Lo = Builder.CreateExtractValue(LoHi, 0, "lo");
26664 Value *Hi = Builder.CreateExtractValue(LoHi, 1, "hi");