Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3967 auto GetNewOps = [&](Value *SelOp) { in unfoldGEPSelect() local
3979 SmallVector<Value *> TrueOps = GetNewOps(True); in unfoldGEPSelect()
3980 SmallVector<Value *> FalseOps = GetNewOps(False); in unfoldGEPSelect()
4057 auto GetNewOps = [&](Value *PhiOp) { in unfoldGEPPhi() local
4082 SmallVector<Value *> NewOps = GetNewOps(Op); in unfoldGEPPhi()