Home | History | Annotate | Download | only in X86

Lines Matching refs:ConstantSDNode

3225     if (cast<ConstantSDNode>(Load1->getOperand(1))->getZExtValue() != 1)
3229 if (isa<ConstantSDNode>(Load1->getOperand(3)) &&
3230 isa<ConstantSDNode>(Load2->getOperand(3))) {
3231 Offset1 = cast<ConstantSDNode>(Load1->getOperand(3))->getSExtValue();
3232 Offset2 = cast<ConstantSDNode>(Load2->getOperand(3))->getSExtValue();