Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsOpaque

480     uint16_t IsOpaque : 1;
1420 ConstantSDNode(bool isTarget, bool isOpaque, const ConstantInt *val,
1425 ConstantSDNodeBits.IsOpaque = isOpaque;
1438 bool isOpaque() const { return ConstantSDNodeBits.IsOpaque; }