Home
last modified time | relevance | path

Searched refs:OffsetedGlobalAsInt (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp687 Constant *OffsetedGlobalAsInt = in lowerTypeTestCall() local
690 return B.CreateICmpEQ(PtrAsInt, OffsetedGlobalAsInt); in lowerTypeTestCall()
692 Value *PtrOffset = B.CreateSub(PtrAsInt, OffsetedGlobalAsInt); in lowerTypeTestCall()