Searched refs:BeforeOps (Results 1 – 1 of 1) sorted by relevance
8381 SmallVector<MachineOperand, 2> BeforeOps; in unfoldMemoryOperand() local8391 BeforeOps.push_back(Op); in unfoldMemoryOperand()8432 for (MachineOperand &BeforeOp : BeforeOps) in unfoldMemoryOperand()8517 std::vector<SDValue> BeforeOps; in unfoldMemoryOperand() local8526 BeforeOps.push_back(Op); in unfoldMemoryOperand()8574 BeforeOps.push_back(SDValue(Load, 0)); in unfoldMemoryOperand()8575 llvm::append_range(BeforeOps, AfterOps); in unfoldMemoryOperand()8584 if (isNullConstant(BeforeOps[1])) { in unfoldMemoryOperand()8601 BeforeOps[1] = BeforeOps[0]; in unfoldMemoryOperand()8604 SDNode *NewNode = DAG.getMachineNode(Opc, dl, VTs, BeforeOps); in unfoldMemoryOperand()