mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 13:21:43 +00:00
Add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3075a4e94d
commit
753c8f20e4
@ -280,7 +280,10 @@ public:
|
||||
void SelectNodeTo(SDNode *N, unsigned TargetOpc, MVT::ValueType VT1,
|
||||
MVT::ValueType VT2, SDOperand Op1, SDOperand Op2,
|
||||
SDOperand Op3);
|
||||
|
||||
|
||||
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT) {
|
||||
return getNode(ISD::BUILTIN_OP_END+Opcode, VT);
|
||||
}
|
||||
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
|
||||
SDOperand Op1) {
|
||||
return getNode(ISD::BUILTIN_OP_END+Opcode, VT, Op1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user