HomeSort by: relevance | last modified time | path
    Searched defs:isOpaque (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 282 bool isOpaque() const { return (getSubclassData() & SCDB_HasBody) == 0; }
664 assert(!isOpaque() && "Attempting to get element type of opaque pointer");
668 bool isOpaque() const { return !PointeeTy; }
684 return isOpaque() || PointeeTy == Ty;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 493 uint16_t IsOpaque : 1;
1537 ConstantSDNode(bool isTarget, bool isOpaque, const ConstantInt *val, EVT VT)
1541 ConstantSDNodeBits.IsOpaque = isOpaque;
1559 bool isOpaque() const { return ConstantSDNodeBits.IsOpaque; }

Completed in 20 milliseconds