Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp725 Value *findLeaderForInst(Instruction *ValueOp,
2761 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2763 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2766 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2789 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2791 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1296 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument
1297 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()