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

/external/llvm/include/llvm/IR/
H A DType.h228 /// isEmptyTy - Return true if this type is empty, that is, it has no
230 bool isEmptyTy() const;
/external/llvm/lib/IR/
H A DType.cpp97 bool Type::isEmptyTy() const { function in class:Type
100 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
106 if (!STy->getElementType(i)->isEmptyTy())
H A DConstantFold.cpp1394 if (Ty->isEmptyTy())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp254 if (PN->getType()->isEmptyTy())
H A DFastISel.cpp692 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
895 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
1026 if (V->getType()->isEmptyTy())
H A DSelectionDAGBuilder.cpp1420 if (V->getType()->isEmptyTy())
5358 if (V->getType()->isEmptyTy())
6701 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
7576 if (PN->getType()->isEmptyTy())
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2063 if (!cast<PointerType>(LHS->getType())->isEmptyTy() &&
2064 !cast<PointerType>(RHS->getType())->isEmptyTy() &&

Completed in 322 milliseconds