Searched refs:isEmptyTy (Results 1 – 12 of 12) sorted by relevance
91 bool Type::isEmptyTy() const { in isEmptyTy() function in Type94 return NumElements == 0 || ATy->getElementType()->isEmptyTy(); in isEmptyTy()100 if (!STy->getElementType(i)->isEmptyTy()) in isEmptyTy()
1407 if (Ty->isEmptyTy()) in areGlobalsPotentiallyEqual()
113 bool Type::isEmptyTy() const { in isEmptyTy() function in Type117 return NumElements == 0 || ATy->getElementType()->isEmptyTy(); in isEmptyTy()124 if (!STy->getElementType(i)->isEmptyTy()) in isEmptyTy()
200 bool isEmptyTy() const;
229 bool isEmptyTy() const;
227 bool isEmptyTy() const;
160 if (PN->getType()->isEmptyTy()) in set()
1236 if (V->getType()->isEmptyTy()) in CopyToExportRegsIfNeeded()5182 if (V->getType()->isEmptyTy()) in LowerCallTo()6780 if (PN->getType()->isEmptyTy()) in HandlePHINodesInSuccessorBlocks()
291 if (PN->getType()->isEmptyTy()) in set()
692 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in lowerCallOperands()894 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in lowerCallTo()1028 if (V->getType()->isEmptyTy()) in lowerCall()
1525 if (V->getType()->isEmptyTy()) in CopyToExportRegsIfNeeded()5775 if (V->getType()->isEmptyTy()) in LowerCallTo()7196 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in populateCallLoweringInfo()8118 if (PN->getType()->isEmptyTy()) in HandlePHINodesInSuccessorBlocks()
2076 if (!cast<PointerType>(LHS->getType())->isEmptyTy() && in computePointerICmp()2077 !cast<PointerType>(RHS->getType())->isEmptyTy() && in computePointerICmp()