Searched refs:GetNewOps (Results 1 – 1 of 1) sorted by relevance
3967 auto GetNewOps = [&](Value *SelOp) { in unfoldGEPSelect() local3979 SmallVector<Value *> TrueOps = GetNewOps(True); in unfoldGEPSelect()3980 SmallVector<Value *> FalseOps = GetNewOps(False); in unfoldGEPSelect()4057 auto GetNewOps = [&](Value *PhiOp) { in unfoldGEPPhi() local4082 SmallVector<Value *> NewOps = GetNewOps(Op); in unfoldGEPPhi()