Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:cast

454                         cast<ConstantSDNode>(Op0)->getSExtValue());
457 cast<ConstantSDNode>(Op1)->getSExtValue());
466 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -
467 cast<GlobalAddressSDNode>(Anchor)->getOffset());
556 cast<ConstantSDNode>(Addr)->getSExtValue()))
607 int64_t FrameIndex = cast<FrameIndexSDNode>(Base)->getIndex();
953 auto *MaskN = cast<ConstantSDNode>(N->getOperand(1).getNode());
1200 auto *Store = cast<StoreSDNode>(N);
1201 auto *Load = cast<LoadSDNode>(Store->getValue());
1220 auto *StoreA = cast<StoreSDNode>(N);
1221 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I));
1222 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I));
1281 uint64_t Val = cast<ConstantSDNode>(Node)->getZExtValue();
1299 cast<ConstantSDNode>(CCValid.getNode())->getZExtValue();
1301 cast<ConstantSDNode>(CCMask.getNode())->getZExtValue();
1325 auto *Store = cast<StoreSDNode>(Node);