Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp251 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h508 IntegerType *getInt1Ty() { in getInt1Ty() function