Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Tmp

942   Value *tmp[3] = {PtrSourceMDNodeID,
948 ArrayRef<Value*>(tmp
976 StringRef Tmp = Ptr->getName();
977 if (0 == (PtrName = M->getGlobalVariable(Tmp, true))) {
978 Value *ActualPtrName = Builder.CreateGlobalStringPtr(Tmp,
979 Tmp + "_STR");
981 cast<Constant>(ActualPtrName), Tmp);
1019 StringRef Tmp = Ptr->getName();
1020 if (0 == (PtrName = M->getGlobalVariable(Tmp, true))) {
1021 Value *ActualPtrName = Builder.CreateGlobalStringPtr(Tmp,
1022 Tmp + "_STR");
1024 cast<Constant>(ActualPtrName), Tmp);