Home | History | Annotate | Download | only in radeon

Lines Matching full:sinst

946   StoreInst *sinst = dyn_cast<StoreInst>(inst);
952 } else if (sinst) {
953 alignment = sinst->getAlignment();
954 Ty = sinst->getValueOperand()->getType();
969 } else if (sinst) {
970 sinst->setAlignment(0);