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

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DType.h238 /// isEmptyTy - Return true if this type is empty, that is, it has no
240 bool isEmptyTy() const;
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DType.cpp98 bool Type::isEmptyTy() const { function in class:Type
102 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
109 if (!STy->getElementType(i)->isEmptyTy())
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp202 if (PN->getType()->isEmptyTy())
H A DSelectionDAGBuilder.cpp1309 if (V->getType()->isEmptyTy())
5403 if (V->getType()->isEmptyTy())
6771 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
7470 if (PN->getType()->isEmptyTy())
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1835 if (!cast<PointerType>(LHS->getType())->isEmptyTy() &&
1836 !cast<PointerType>(RHS->getType())->isEmptyTy() &&

Completed in 61 milliseconds