mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Add a new helper method which returns the and that is equivalent to what
ZERO_EXTEND_INREG was. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -149,6 +149,10 @@ public:
|
|||||||
SDOperand getSetCC(ISD::CondCode, MVT::ValueType VT,
|
SDOperand getSetCC(ISD::CondCode, MVT::ValueType VT,
|
||||||
SDOperand LHS, SDOperand RHS);
|
SDOperand LHS, SDOperand RHS);
|
||||||
|
|
||||||
|
/// getZeroExtendInReg - Return the expression required to zero extend the Op
|
||||||
|
/// value assuming it was the smaller SrcTy value.
|
||||||
|
SDOperand getZeroExtendInReg(SDOperand Op, MVT::ValueType SrcTy);
|
||||||
|
|
||||||
/// getNode - Gets or creates the specified node.
|
/// getNode - Gets or creates the specified node.
|
||||||
///
|
///
|
||||||
SDOperand getNode(unsigned Opcode, MVT::ValueType VT);
|
SDOperand getNode(unsigned Opcode, MVT::ValueType VT);
|
||||||
|
Reference in New Issue
Block a user