Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp256 GlobalVariable *MaskGlobal; member
578 auto MaskGlobal = new GlobalVariable(M, Int8Ty, /*isConstant=*/true, in createByteArray() local
587 BAI->MaskGlobal = MaskGlobal; in createByteArray()
606 BAI->MaskGlobal->replaceAllUsesWith( in allocateByteArrays()
608 BAI->MaskGlobal->eraseFromParent(); in allocateByteArrays()
1136 TIL.BitMask = BAI->MaskGlobal; in lowerTypeTestCalls()