Searched refs:ValueMask (Results 1 – 2 of 2) sorted by relevance
515 APInt ValueMask(OrigValueBitWidth, 0); in verify() local522 ValueMask ^= PartMapMask; in verify()523 assert((ValueMask & PartMapMask) == PartMapMask && in verify()526 assert(ValueMask.isAllOnesValue() && "Value is not fully mapped"); in verify()
885 Value *ValueMask = ConstantInt::get(ShadowTy, 0x81); // 10000001B in instrumentFastpathWorkingSet() local889 Value *Cmp = IRB.CreateICmpNE(IRB.CreateAnd(OldValue, ValueMask), ValueMask); in instrumentFastpathWorkingSet()895 Value *NewVal = IRB.CreateOr(OldValue, ValueMask); in instrumentFastpathWorkingSet()