Lines Matching refs:getOrCreate
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()
1940 return pImpl->ExprConstants.getOrCreate(Ty, Key); in getFoldedCast()
2261 return pImpl->ExprConstants.getOrCreate(C->getType(), Key); in get()
2322 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key); in get()
2456 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key); in getSelect()
2521 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr()
2546 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getICmp()
2571 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getFCmp()
2593 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()
2616 return pImpl->ExprConstants.getOrCreate(Val->getType(), Key); in getInsertElement()
2642 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()