Searched defs:getInt1Ty (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 251 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } getInt1Ty() function in Type |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 508 IntegerType *getInt1Ty() { getInt1Ty() function |