Lines Matching refs:getOrCreate
1238 return Ty->getContext().pImpl->ArrayConstants.getOrCreate(Ty, V); in get()
1332 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()
1346 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V); in get()
1954 return pImpl->ExprConstants.getOrCreate(Ty, Key); in getFoldedCast()
2120 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key); in get()
2317 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr()
2342 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getICmp()
2367 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getFCmp()
2389 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()
2412 return pImpl->ExprConstants.getOrCreate(Val->getType(), Key); in getInsertElement()
2438 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()