Home | History | Annotate | Download | only in IR

Lines Matching defs:CreateStore

1176   StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) {
1201 StoreInst *SI = CreateStore(Val, Ptr, isVolatile);