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

/external/llvm/lib/IR/
H A DType.cpp238 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } function in class:Type
281 return getInt1Ty(C)->getPointerTo(AS);
311 case 1: return cast<IntegerType>(Type::getInt1Ty(C));
/external/llvm/include/llvm/IR/
H A DIRBuilder.h186 return ConstantInt::get(getInt1Ty(), V);
229 IntegerType *getInt1Ty() { function in class:llvm::IRBuilderBase
230 return Type::getInt1Ty(Context);

Completed in 44 milliseconds