HomeSort by relevance Sort by last modified time
    Searched refs:isEmptyTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Type.h 217 /// isEmptyTy - Return true if this type is empty, that is, it has no
219 bool isEmptyTy() const;
  /external/llvm/lib/VMCore/
Type.cpp 115 bool Type::isEmptyTy() const {
119 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
126 if (!STy->getElementType(i)->isEmptyTy())
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 163 if (PN->getType()->isEmptyTy())
SelectionDAGBuilder.cpp     [all...]

Completed in 30 milliseconds