Lines Matching refs:LoadInst
756 LoadInst *load = dyn_cast<LoadInst>(selector_load); in RewriteObjCSelector()
886 if (LoadInst *load = dyn_cast<LoadInst>(&inst)) in RewriteObjCSelectors()
918 LoadInst *load = dyn_cast<LoadInst>(class_load); in RewriteObjCClassReference()
1038 if (LoadInst *load = dyn_cast<LoadInst>(&inst)) in RewriteObjCClassReferences()
1115 LoadInst *persistent_load = in RewritePersistentAlloc()
1116 new LoadInst(persistent_global->getType()->getPointerElementType(), in RewritePersistentAlloc()
1351 SmallVector<LoadInst *, 2> load_instructions; in HandleObjCClass()
1354 if (LoadInst *load_instruction = dyn_cast<LoadInst>(u)) in HandleObjCClass()
1363 for (LoadInst *load_instruction : load_instructions) { in HandleObjCClass()
1506 if (LoadInst *load = dyn_cast<LoadInst>(&inst)) in RemoveGuards()
1786 LoadInst *load = in ReplaceVariables()
1787 new LoadInst(bit_cast->getType()->getPointerElementType(), in ReplaceVariables()