Lines Matching refs:pImpl

579   LLVMContextImpl *pImpl = Context.pImpl;  in getTrue()  local
580 if (!pImpl->TheTrueVal) in getTrue()
581 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
582 return pImpl->TheTrueVal; in getTrue()
586 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
587 if (!pImpl->TheFalseVal) in getFalse()
588 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
589 return pImpl->TheFalseVal; in getFalse()
611 LLVMContextImpl *pImpl = Context.pImpl; in get() local
612 std::unique_ptr<ConstantInt> &Slot = pImpl->IntConstants[V]; in get()
781 LLVMContextImpl* pImpl = Context.pImpl; in get() local
783 std::unique_ptr<ConstantFP> &Slot = pImpl->FPConstants[V]; in get()
986 return Ty->getContext().pImpl->ArrayConstants.getOrCreate(Ty, V); in get()
1069 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()
1083 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V); in get()
1131 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1132 if (!pImpl->TheNoneToken) in get()
1133 pImpl->TheNoneToken.reset(new ConstantTokenNone(Context)); in get()
1134 return pImpl->TheNoneToken.get(); in get()
1337 Ty->getContext().pImpl->CAZConstants[Ty]; in get()
1346 getContext().pImpl->CAZConstants.erase(getType()); in destroyConstantImpl()
1351 getType()->getContext().pImpl->ArrayConstants.remove(this); in destroyConstantImpl()
1360 getType()->getContext().pImpl->StructConstants.remove(this); in destroyConstantImpl()
1365 getType()->getContext().pImpl->VectorConstants.remove(this); in destroyConstantImpl()
1403 Ty->getContext().pImpl->CPNConstants[Ty]; in get()
1412 getContext().pImpl->CPNConstants.erase(getType()); in destroyConstantImpl()
1416 std::unique_ptr<UndefValue> &Entry = Ty->getContext().pImpl->UVConstants[Ty]; in get()
1426 getContext().pImpl->UVConstants.erase(getType()); in destroyConstantImpl()
1436 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1459 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1466 getFunction()->getType()->getContext().pImpl in destroyConstantImpl()
1487 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1495 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
1522 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
1527 return pImpl->ExprConstants.getOrCreate(Ty, Key); in getFoldedCast()
1832 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
1833 return pImpl->ExprConstants.getOrCreate(C->getType(), Key); in get()
1911 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
1912 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key); in get()
1991 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
1992 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key); in getSelect()
2049 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
2050 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr()
2074 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getICmp() local
2075 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getICmp()
2099 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getFCmp() local
2100 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getFCmp()
2121 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement() local
2122 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()
2144 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getInsertElement() local
2145 return pImpl->ExprConstants.getOrCreate(Val->getType(), Key); in getInsertElement()
2167 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector() local
2168 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()
2191 LLVMContextImpl *pImpl = Agg->getContext().pImpl; in getInsertValue() local
2192 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getInsertValue()
2215 LLVMContextImpl *pImpl = Agg->getContext().pImpl; in getExtractValue() local
2216 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractValue()
2389 getType()->getContext().pImpl->ExprConstants.remove(this); in destroyConstantImpl()
2484 .pImpl->CDSConstants.insert(std::make_pair(Elements, nullptr)) in getImpl()
2509 getType()->getContext().pImpl->CDSConstants; in destroyConstantImpl()
2523 getContext().pImpl->CDSConstants.erase(Slot); in destroyConstantImpl()
2881 return getContext().pImpl->ArrayConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
2917 return getContext().pImpl->StructConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
2943 return getContext().pImpl->VectorConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
2969 return getContext().pImpl->ExprConstants.replaceOperandsInPlace( in handleOperandChangeImpl()