OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExprMapKeyType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/IR/
ConstantsContext.h
316
struct
ExprMapKeyType
{
317
ExprMapKeyType
(unsigned opc,
329
bool operator==(const
ExprMapKeyType
& that) const {
336
bool operator<(const
ExprMapKeyType
& that) const {
347
bool operator!=(const
ExprMapKeyType
& that) const {
434
struct ConstantCreator<ConstantExpr, Type,
ExprMapKeyType
> {
435
static ConstantExpr *create(Type *Ty, const
ExprMapKeyType
&V,
480
typedef
ExprMapKeyType
ValType;
486
return
ExprMapKeyType
(CE->getOpcode(), Operands,
LLVMContextImpl.h
283
ConstantUniqueMap<
ExprMapKeyType
, const
ExprMapKeyType
&, Type, ConstantExpr>
Constants.cpp
[
all
...]
Completed in 78 milliseconds