Home
last modified time | relevance | path

Searched refs:OffsetedGlobalAsInt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp433 Constant *OffsetedGlobalAsInt = ConstantExpr::getAdd( in lowerBitSetCall() local
443 return B.CreateICmpEQ(PtrAsInt, OffsetedGlobalAsInt); in lowerBitSetCall()
445 Value *PtrOffset = B.CreateSub(PtrAsInt, OffsetedGlobalAsInt); in lowerBitSetCall()