Home
last modified time | relevance | path

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

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