Searched refs:OffsetedGlobalAsInt (Results 1 – 2 of 2) sorted by relevance
433 Constant *OffsetedGlobalAsInt = ConstantExpr::getAdd( in lowerBitSetCall() local443 return B.CreateICmpEQ(PtrAsInt, OffsetedGlobalAsInt); in lowerBitSetCall()445 Value *PtrOffset = B.CreateSub(PtrAsInt, OffsetedGlobalAsInt); in lowerBitSetCall()
687 Constant *OffsetedGlobalAsInt = in lowerTypeTestCall() local690 return B.CreateICmpEQ(PtrAsInt, OffsetedGlobalAsInt); in lowerTypeTestCall()692 Value *PtrOffset = B.CreateSub(PtrAsInt, OffsetedGlobalAsInt); in lowerTypeTestCall()