Searched refs:GuardCond (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2910 Value *GuardCond = Guard->getArgOperand(0); local
2919 // True dest is safe if BranchCond => GuardCond.
2920 auto Impl = isImpliedCondition(BranchCond, GuardCond, DL);
2924 // False dest is safe if !BranchCond => GuardCond.
2925 Impl = isImpliedCondition(BranchCond, GuardCond, DL, /* LHSIsTrue */ false);

Completed in 110 milliseconds