OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParamType
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
[
all
...]
MergeFunctions.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp
47
if (FTy->
getParamType
(0)->isIntegerTy(32) &&
48
FTy->
getParamType
(1)->isPointerTy() &&
49
FTy->
getParamType
(2)->isPointerTy()) {
62
if (FTy->
getParamType
(0)->isIntegerTy(32) &&
63
FTy->
getParamType
(1)->isPointerTy()) {
74
if (FTy->getNumParams() == 1 && FTy->
getParamType
(0)->isIntegerTy(32)) {