Searched refs:PtrValue (Results 1 – 2 of 2) sorted by relevance
1392 llvm::Value *PtrValue = CGF.Builder.CreateLoad(Ptr, in EmitObjectDelete() local1395 CGF.EmitARCRelease(PtrValue, ARCPreciseLifetime); in EmitObjectDelete()
821 const PointerType *PtrValue = ValueT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local822 if (!PtrValue || in BuildObjCDictionaryLiteral()823 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()