Lines Matching refs:pImpl
828 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
829 if (!pImpl->TheTrueVal) in getTrue()
830 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
831 return pImpl->TheTrueVal; in getTrue()
835 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
836 if (!pImpl->TheFalseVal) in getFalse()
837 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
838 return pImpl->TheFalseVal; in getFalse()
868 LLVMContextImpl *pImpl = Context.pImpl; in get() local
869 std::unique_ptr<ConstantInt> &Slot = pImpl->IntConstants[V]; in get()
1021 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1023 std::unique_ptr<ConstantFP> &Slot = pImpl->FPConstants[V]; in get()
1244 return Ty->getContext().pImpl->ArrayConstants.getOrCreate(Ty, V); in get()
1338 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()
1352 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V); in get()
1422 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1423 if (!pImpl->TheNoneToken) in get()
1424 pImpl->TheNoneToken.reset(new ConstantTokenNone(Context)); in get()
1425 return pImpl->TheNoneToken.get(); in get()
1594 Ty->getContext().pImpl->CAZConstants[Ty]; in get()
1603 getContext().pImpl->CAZConstants.erase(getType()); in destroyConstantImpl()
1608 getType()->getContext().pImpl->ArrayConstants.remove(this); in destroyConstantImpl()
1617 getType()->getContext().pImpl->StructConstants.remove(this); in destroyConstantImpl()
1622 getType()->getContext().pImpl->VectorConstants.remove(this); in destroyConstantImpl()
1698 Ty->getContext().pImpl->CPNConstants[Ty]; in get()
1707 getContext().pImpl->CPNConstants.erase(getType()); in destroyConstantImpl()
1711 std::unique_ptr<UndefValue> &Entry = Ty->getContext().pImpl->UVConstants[Ty]; in get()
1722 getContext().pImpl->UVConstants.erase(getType()); in destroyConstantImpl()
1724 getContext().pImpl->PVConstants.erase(getType()); in destroyConstantImpl()
1730 std::unique_ptr<PoisonValue> &Entry = Ty->getContext().pImpl->PVConstants[Ty]; in get()
1740 getContext().pImpl->PVConstants.erase(getType()); in destroyConstantImpl()
1750 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1773 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1780 getFunction()->getType()->getContext().pImpl in destroyConstantImpl()
1801 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1809 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
1822 DSOLocalEquivalent *&Equiv = GV->getContext().pImpl->DSOLocalEquivalents[GV]; in get()
1839 GV->getContext().pImpl->DSOLocalEquivalents.erase(GV); in destroyConstantImpl()
1849 getContext().pImpl->DSOLocalEquivalents[ToObj]; in handleOperandChangeImpl()
1862 DSOLocalEquivalent *&NewEquiv = getContext().pImpl->DSOLocalEquivalents[Func]; in handleOperandChangeImpl()
1867 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
1880 NoCFIValue *&NC = GV->getContext().pImpl->NoCFIValues[GV]; in get()
1897 GV->getContext().pImpl->NoCFIValues.erase(GV); in destroyConstantImpl()
1906 NoCFIValue *&NewNC = getContext().pImpl->NoCFIValues[GV]; in handleOperandChangeImpl()
1910 getContext().pImpl->NoCFIValues.erase(getGlobalValue()); in handleOperandChangeImpl()
1935 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
1940 return pImpl->ExprConstants.getOrCreate(Ty, Key); in getFoldedCast()
2260 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
2261 return pImpl->ExprConstants.getOrCreate(C->getType(), Key); in get()
2321 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2322 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key); in get()
2455 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2456 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key); in getSelect()
2520 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
2521 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr()
2545 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getICmp() local
2546 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getICmp()
2570 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getFCmp() local
2571 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getFCmp()
2592 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement() local
2593 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()
2615 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getInsertElement() local
2616 return pImpl->ExprConstants.getOrCreate(Val->getType(), Key); in getInsertElement()
2641 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector() local
2642 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()
2810 getType()->getContext().pImpl->ExprConstants.remove(this); in destroyConstantImpl()
2913 .pImpl->CDSConstants.insert(std::make_pair(Elements, nullptr)) in getImpl()
2942 getType()->getContext().pImpl->CDSConstants; in destroyConstantImpl()
2955 getContext().pImpl->CDSConstants.erase(Slot); in destroyConstantImpl()
3338 return getContext().pImpl->ArrayConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
3374 return getContext().pImpl->StructConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
3400 return getContext().pImpl->VectorConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
3426 return getContext().pImpl->ExprConstants.replaceOperandsInPlace( in handleOperandChangeImpl()