Searched refs:ValueOp (Results 1 – 3 of 3) sorted by relevance
1209 ValueOp_t ValueOp; member1214 ValueOp(ValueOpMatch), PointerOp(PointerOpMatch) {} in StoreClass_match()1218 return ValueOp.match(LI->getValueOperand()) && in match()1227 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument1228 return StoreClass_match<ValueOpTy, PointerOpTy>(ValueOp, PointerOp); in m_Store()
723 Value *findLeaderForInst(Instruction *ValueOp,2783 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local2785 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()2788 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()2811 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()2813 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2432 ValueList ValueOp; in vectorizeTree() local2434 ValueOp.push_back(cast<StoreInst>(V)->getValueOperand()); in vectorizeTree()2438 Value *VecValue = vectorizeTree(ValueOp); in vectorizeTree()