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

  /external/llvm/include/llvm/IR/
Type.h 235 /// isEmptyTy - Return true if this type is empty, that is, it has no
237 bool isEmptyTy() const;
  /external/llvm/lib/IR/
Type.cpp 98 bool Type::isEmptyTy() const {
102 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
109 if (!STy->getElementType(i)->isEmptyTy())
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 199 if (PN->getType()->isEmptyTy())
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 59 milliseconds