Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsOpaque

480     uint16_t IsOpaque : 1;
1424 ConstantSDNode(bool isTarget, bool isOpaque, const ConstantInt *val,
1429 ConstantSDNodeBits.IsOpaque = isOpaque;
1445 bool isOpaque() const { return ConstantSDNodeBits.IsOpaque; }