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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2695 Value *GuardCond = Guard->getArgOperand(0); local
2704 // True dest is safe if BranchCond => GuardCond.
2705 auto Impl = isImpliedCondition(BranchCond, GuardCond, DL);
2709 // False dest is safe if !BranchCond => GuardCond.
2710 Impl = isImpliedCondition(BranchCond, GuardCond, DL, /* LHSIsTrue */ false);

Completed in 110 milliseconds