Searched refs:StructConstants (Results 1 – 10 of 10) sorted by relevance
64 std::for_each(StructConstants.map_begin(), StructConstants.map_end(), in ~LLVMContextImpl()70 StructConstants.freeConstants(); in ~LLVMContextImpl()
149 StructConstantsTy StructConstants; variable
683 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()1063 getType()->getContext().pImpl->StructConstants.remove(this); in destroyConstant()2031 pImpl->StructConstants.InsertOrGetItem(Lookup, Exists); in replaceUsesOfWithOnConstant()2040 pImpl->StructConstants.MoveConstantToNewSlot(this, I); in replaceUsesOfWithOnConstant()
88 for (auto *I : StructConstants) in ~LLVMContextImpl()94 StructConstants.freeConstants(); in ~LLVMContextImpl()
978 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()1288 getType()->getContext().pImpl->StructConstants.remove(this); in destroyConstantImpl()2793 return getContext().pImpl->StructConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
1085 StructConstantsTy StructConstants;
87 for (auto *I : StructConstants) in ~LLVMContextImpl()93 StructConstants.freeConstants(); in ~LLVMContextImpl()
1046 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()1337 getType()->getContext().pImpl->StructConstants.remove(this); in destroyConstantImpl()2865 return getContext().pImpl->StructConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
1270 StructConstantsTy StructConstants;
39 TEST(ConstantTest, StructConstants) { in TEST() argument