Searched refs:getOrCreate (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInlineAsm.cpp34 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key);
H A DConstants.cpp836 return pImpl->ArrayConstants.getOrCreate(Ty, V);
899 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V);
1018 return pImpl->VectorConstants.getOrCreate(T, V);
1441 return pImpl->ExprConstants.getOrCreate(Ty, Key);
1764 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key);
1841 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key);
1877 return pImpl->ExprConstants.getOrCreate(ReqTy, Key);
1899 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
1920 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
1938 return pImpl->ExprConstants.getOrCreate(ReqT
[all...]
H A DConstantsContext.h594 /// getOrCreate - Return the specified constant from the map, creating it if
596 ConstantClass *getOrCreate(TypeClass *Ty, ValRefType V) { function in class:llvm::ConstantUniqueMap
730 /// getOrCreate - Return the specified constant from the map, creating it if
732 ConstantClass *getOrCreate(TypeClass *Ty, Operands V) { function in class:llvm::ConstantAggrUniqueMap

Completed in 55 milliseconds