Home
last modified time | relevance | path

Searched refs:Opd1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp448 Value *Opd1 = S0->getValueOperand(); in getPHIOperand() local
450 if (Opd1 != Opd2) { in getPHIOperand()
451 NewPN = PHINode::Create(Opd1->getType(), 2, Opd2->getName() + ".sink", in getPHIOperand()
453 NewPN->addIncoming(Opd1, S0->getParent()); in getPHIOperand()
457 AA->copyValue(Opd1, NewPN); in getPHIOperand()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1988 SDValue Opd0, Opd1; in SelectBitfieldInsertOp() local
1990 if (!isBitfieldInsertOpFromOr(N, Opc, Opd0, Opd1, LSB, MSB, CurDAG)) in SelectBitfieldInsertOp()
1995 Opd1, in SelectBitfieldInsertOp()