OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incorporatetype
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp
29
//
IncorporateType
- Incorporate one type and all of its subtypes into the
32
void FindUsedTypes::
IncorporateType
(Type *Ty) {
41
IncorporateType
(*I);
45
IncorporateType
(V->getType());
65
IncorporateType
(I->getType());
71
IncorporateType
(MI->getType());
81
IncorporateType
(I.getType()); // Incorporate the type of the instruction
/external/llvm/include/llvm/Analysis/
FindUsedTypes.h
45
///
IncorporateType
- Incorporate one type and all of its subtypes into the
48
void
IncorporateType
(Type *Ty);
/external/llvm/lib/VMCore/
Module.cpp
450
incorporateType
(I->getType());
458
incorporateType
(I->getType());
467
incorporateType
(FI->getType());
475
incorporateType
(I.getType());
497
void
incorporateType
(Type *Ty) {
509
incorporateType
(*I);
526
incorporateType
(V->getType());
Completed in 68 milliseconds