Searched refs:SourceOp (Results 1 – 3 of 3) sorted by relevance
92 StringMap<unsigned>::const_iterator SourceOp = in addOperandMapping() local94 if (SourceOp == SourceOperands.end()) in addOperandMapping()99 const auto &SrcOpnd = SourceInsn.Operands[SourceOp->getValue()]; in addOperandMapping()116 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << DagIdx in addOperandMapping()
416 auto SourceOp = SourceOperands.find(ArgName); in createInstOperandMapping() local417 if (SourceOp == SourceOperands.end()) in createInstOperandMapping()423 SourceDag->getArgNameStr(SourceOp->getValue().DAGOpNo) && in createInstOperandMapping()426 unsigned SourceOpNo = SourceOp->getValue().MIOpNo; in createInstOperandMapping()
5422 Value *SourceOp = Op0; in foldIdentityShuffles() local5425 SourceOp = Op1; in foldIdentityShuffles()5430 if (auto *SourceShuf = dyn_cast<ShuffleVectorInst>(SourceOp)) { in foldIdentityShuffles()5439 RootVec = SourceOp; in foldIdentityShuffles()5442 if (RootVec != SourceOp) in foldIdentityShuffles()