Home
last modified time | relevance | path

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

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