Home | History | Annotate | Download | only in ARM

Lines Matching refs:Hi1

7274     ConstantSDNode *Hi1 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt+2));
7275 if (!Lo0 || !Hi0 || !Lo1 || !Hi1)
7279 Hi1->getSExtValue() == Lo1->getSExtValue() >> 32)
7282 if (Hi0->isNullValue() && Hi1->isNullValue())