Lines Matching refs:OperandList
631 delete[] N->OperandList; in DeallocateNode()
4925 N->OperandList[0].set(Op); in UpdateNodeOperands()
4950 if (N->OperandList[0] != Op1) in UpdateNodeOperands()
4951 N->OperandList[0].set(Op1); in UpdateNodeOperands()
4952 if (N->OperandList[1] != Op2) in UpdateNodeOperands()
4953 N->OperandList[1].set(Op2); in UpdateNodeOperands()
5009 if (N->OperandList[i] != Ops[i]) in UpdateNodeOperands()
5010 N->OperandList[i].set(Ops[i]); in UpdateNodeOperands()
5201 delete[] MN->OperandList; in MorphNodeTo()
5212 MN->InitOperands(MN->OperandList, Ops, NumOps); in MorphNodeTo()
5218 delete[] N->OperandList; in MorphNodeTo()
5222 N->InitOperands(N->OperandList, Ops, NumOps); in MorphNodeTo()
6016 if (this == N->OperandList[i].getNode()) in isOperandOf()
6090 return cast<ConstantSDNode>(OperandList[Num])->getZExtValue(); in getConstantOperandVal()