reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1077 auto *ConstMask = dyn_cast<Constant>(II.getArgOperand(3)); 1083 return eraseInstFromFunction(II); 1087 Value *StorePtr = II.getArgOperand(1); 1089 cast<ConstantInt>(II.getArgOperand(2))->getZExtValue()); 1090 return new StoreInst(II.getArgOperand(0), StorePtr, false, Alignment); 1096 if (Value *V = SimplifyDemandedVectorElts(II.getOperand(0), 1098 II.setOperand(0, V); 1099 return &II;