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

/external/llvm/lib/IR/
H A DType.cpp232 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } function in class:Type
275 return getInt1Ty(C)->getPointerTo(AS);
305 case 1: return cast<IntegerType>(Type::getInt1Ty(C));
/external/llvm/include/llvm/IR/
H A DIRBuilder.h252 return ConstantInt::get(getInt1Ty(), V);
301 IntegerType *getInt1Ty() { function in class:llvm::IRBuilderBase
302 return Type::getInt1Ty(Context);

Completed in 106 milliseconds