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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1184 SDValue Lo0, Hi0, Lo1, Hi1, LoRes, HiRes; local
1187 GetSplitVector(N->getOperand(1), Lo1, Hi1);
1193 HiRes = DAG.getNode(ISD::SETCC, DL, PartResVT, Hi0, Hi1, N->getOperand(2));
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4707 ConstantSDNode *Hi1 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt+2)); local
4708 if (!Lo0 || !Hi0 || !Lo1 || !Hi1)
4712 Hi1->getSExtValue() == Lo1->getSExtValue() >> 32)
4715 if (Hi0->isNullValue() && Hi1->isNullValue())

Completed in 79 milliseconds