Searched refs:PtrTag (Results 1 – 2 of 2) sorted by relevance
81 return PtrTag() == kTagContainer; in have_unknown_fields()146 PROTOBUF_ALWAYS_INLINE int PtrTag() const { in PtrTag() function
626 Value *PtrTag = IRB.CreateTrunc(IRB.CreateLShr(PtrLong, kPointerTagShift), in instrumentMemAccessInline() local631 Value *TagMismatch = IRB.CreateICmpNE(PtrTag, MemTag); in instrumentMemAccessInline()636 Value *TagNotIgnored = IRB.CreateICmpNE(PtrTag, in instrumentMemAccessInline()637 ConstantInt::get(PtrTag->getType(), matchAllTag)); in instrumentMemAccessInline()665 Value *InlineTagMismatch = IRB.CreateICmpNE(PtrTag, InlineTag); in instrumentMemAccessInline()