Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp97 unsigned FunnelOp = 0, GuardOp = 1; in foldGuardedFunnelShift() local
111 std::swap(FunnelOp, GuardOp); in foldGuardedFunnelShift()
118 BasicBlock *GuardBB = Phi.getIncomingBlock(GuardOp); in foldGuardedFunnelShift()