OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInt1Ty
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/VMCore/
Type.cpp
259
IntegerType *Type::
getInt1Ty
(LLVMContext &C) { return &C.pImpl->Int1Ty; }
302
return
getInt1Ty
(C)->getPointerTo(AS);
332
case 1: return cast<IntegerType>(Type::
getInt1Ty
(C));
/external/llvm/include/llvm/Support/
IRBuilder.h
183
return ConstantInt::get(
getInt1Ty
(), V);
225
///
getInt1Ty
- Fetch the type representing a single bit
226
IntegerType *
getInt1Ty
() {
227
return Type::
getInt1Ty
(Context);
[
all
...]
Completed in 32 milliseconds