Home
last modified time | relevance | path

Searched refs:isEmptyTy (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp105 bool Type::isEmptyTy() const { in isEmptyTy() function in Type
108 return NumElements == 0 || ATy->getElementType()->isEmptyTy(); in isEmptyTy()
114 if (!STy->getElementType(i)->isEmptyTy()) in isEmptyTy()
H A DConstantFold.cpp1679 if (Ty->isEmptyTy()) in areGlobalsPotentiallyEqual()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h247 bool isEmptyTy() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h82 assert(((Ty->isVoidTy() || Ty->isEmptyTy()) == in BaseArgInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp289 if (PN.getType()->isEmptyTy()) in set()
H A DFastISel.cpp740 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in lowerCallOperands()
980 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in lowerCallTo()
1132 if (V->getType()->isEmptyTy()) in lowerCall()
H A DSelectionDAGBuilder.cpp2044 if (V->getType()->isEmptyTy()) in CopyToExportRegsIfNeeded()
7435 if (V->getType()->isEmptyTy()) in LowerCallTo()
8991 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in populateCallLoweringInfo()
9896 Arg->getType()->isEmptyTy() || in findArgumentCopyElisionCandidates()
10394 if (PN.getType()->isEmptyTy()) in HandlePHINodesInSuccessorBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2531 if (!cast<PointerType>(LHS->getType())->isEmptyTy() && in computePointerICmp()
2532 !cast<PointerType>(RHS->getType())->isEmptyTy() && in computePointerICmp()