Home | History | Annotate | Download | only in X86

Lines Matching refs:ConstantSDNode

4588     if (cast<ConstantSDNode>(Load1->getOperand(1))->getZExtValue() != 1)
4592 if (isa<ConstantSDNode>(Load1->getOperand(3)) &&
4593 isa<ConstantSDNode
4594 Offset1 = cast<ConstantSDNode>(Load1->getOperand(3))->getSExtValue();
4595 Offset2 = cast<ConstantSDNode>(Load2->getOperand(3))->getSExtValue();