OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I32Ty
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
107
Type *
I32Ty
= B.getInt32Ty();
111
I8Ptr, I8Ptr,
I32Ty
, NULL);
113
ConstantInt::get(
I32Ty
, C), "strchr");
/external/llvm/lib/IR/
AutoUpgrade.cpp
349
Type *
I32Ty
= Type::getInt32Ty(C);
353
ConstantInt::get(
I32Ty
, I));
/external/llvm/include/llvm/IR/
IRBuilder.h
[
all
...]
Completed in 1170 milliseconds