OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Int1Ty
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/IR/
ConstantsTest.cpp
170
Type *
Int1Ty
= Type::getInt1Ty(getGlobalContext());
182
Constant *P3 = ConstantExpr::getTrunc(P0,
Int1Ty
);
/external/llvm/lib/IR/
LLVMContextImpl.h
297
IntegerType
Int1Ty
, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
Completed in 302 milliseconds