Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp443 Value *Opd1 = S0->getValueOperand(); in getPHIOperand() local
445 if (Opd1 != Opd2) { in getPHIOperand()
446 NewPN = PHINode::Create(Opd1->getType(), 2, Opd2->getName() + ".sink", in getPHIOperand()
448 NewPN->addIncoming(Opd1, S0->getParent()); in getPHIOperand()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2084 SDValue Opd0, Opd1; in SelectBitfieldInsertOp() local
2093 if (!isBitfieldInsertOpFromOr(N, Opc, Opd0, Opd1, LSB, MSB, NUsefulBits, in SelectBitfieldInsertOp()
2099 Opd1, in SelectBitfieldInsertOp()