Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp220 GlobalVariable *CombinedGlobal,
421 GlobalVariable *CombinedGlobal, in lowerBitSetCall() argument
427 return ConstantInt::getTrue(CombinedGlobal->getParent()->getContext()); in lowerBitSetCall()
429 Constant *GlobalAsInt = ConstantExpr::getPtrToInt(CombinedGlobal, IntPtrTy); in lowerBitSetCall()
515 auto CombinedGlobal = in buildBitSetsFromGlobals() local
538 Value *Lowered = lowerBitSetCall(CI, BSI, BAI, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobals()
552 NewInit->getType(), CombinedGlobal, CombinedGlobalIdxs); in buildBitSetsFromGlobals()