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

  /external/llvm/include/llvm/IR/
Type.h 228 /// isEmptyTy - Return true if this type is empty, that is, it has no
230 bool isEmptyTy() const;
  /external/llvm/lib/IR/
Type.cpp 97 bool Type::isEmptyTy() const {
100 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
106 if (!STy->getElementType(i)->isEmptyTy())
ConstantFold.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 254 if (PN->getType()->isEmptyTy())
FastISel.cpp 692 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic.");
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 265 milliseconds