Searched defs:getInt1Ty (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DType.cpp259 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } function in class:Type
302 return getInt1Ty(C)->getPointerTo(AS);
332 case 1: return cast<IntegerType>(Type::getInt1Ty(C));
/external/llvm/include/llvm/
H A DIRBuilder.h183 return ConstantInt::get(getInt1Ty(), V);
225 /// getInt1Ty - Fetch the type representing a single bit
226 IntegerType *getInt1Ty() { function in class:llvm::IRBuilderBase
227 return Type::getInt1Ty(Context);

Completed in 89 milliseconds