Lines Matching defs:load
733 LoadInst *load = dyn_cast<LoadInst>(selector_load);
735 if (!load)
741 // %sel = load ptr, ptr @OBJC_SELECTOR_REFERENCES_, align 8
753 dyn_cast<GlobalVariable>(load->getPointerOperand());
829 // Replace the load with the call in all users
844 if (LoadInst *load = dyn_cast<LoadInst>(&inst))
845 if (IsObjCSelectorRef(load->getPointerOperand()))
917 // Now, since the variable is a pointer variable, we will drop in a load of
1291 if (LoadInst *load = dyn_cast<LoadInst>(&inst))
1292 if (isGuardVariableRef(load->getPointerOperand()))
1566 LoadInst *load = new LoadInst(value->getType(), get_element_ptr,
1569 return load;