Home | History | Annotate | Download | only in Scalar

Lines Matching defs:SI

166   if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
167 return AA.getLocation(SI);
219 if (StoreInst *SI = dyn_cast<StoreInst>(I))
220 return SI->isUnordered();
243 if (StoreInst *SI = dyn_cast<StoreInst>(I))
244 return SI->getPointerOperand();
449 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
451 if (SI->getPointerOperand() == DepLoad->getPointerOperand() &&
452 SI->getOperand(0) == DepLoad && isRemovable(SI)) {
454 << "LOAD: " << *DepLoad << "\n STORE: " << *SI << '\n');
460 DeleteDeadInstruction(SI, *MD);