Searched refs:JustTag (Results 1 – 2 of 2) sorted by relevance
121 struct JustTag {}; struct124 explicit Maybe(JustTag) : is_valid_(true) {} in Maybe() argument133 inline Maybe<void> JustVoid() { return Maybe<void>(Maybe<void>::JustTag()); } in JustVoid()
777 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca() local780 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca()792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None()); in tagAlloca()797 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32( in tagAlloca()