Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp129 unsigned FunnelOp = 0, GuardOp = 1; in foldGuardedFunnelShift() local
143 std::swap(FunnelOp, GuardOp); in foldGuardedFunnelShift()
150 BasicBlock *GuardBB = Phi.getIncomingBlock(GuardOp); in foldGuardedFunnelShift()