Searched refs:isEmptyTy (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h240 bool isEmptyTy() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp98 bool Type::isEmptyTy() const { function in class:Type
101 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
107 if (!STy->getElementType(i)->isEmptyTy())
H A DConstantFold.cpp1536 if (Ty->isEmptyTy())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp281 if (PN.getType()->isEmptyTy())
H A DFastISel.cpp893 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
1135 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
1278 if (V->getType()->isEmptyTy())
H A DSelectionDAGBuilder.cpp1964 if (V->getType()->isEmptyTy())
7184 if (V->getType()->isEmptyTy())
8685 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
9539 Arg->getType()->isEmptyTy() ||
10013 if (PN.getType()->isEmptyTy())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2448 if (!cast<PointerType>(LHS->getType())->isEmptyTy() &&
2449 !cast<PointerType>(RHS->getType())->isEmptyTy() &&

Completed in 131 milliseconds