Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3008 Value *GuardCond = Guard->getArgOperand(0); in threadGuard() local
3018 auto Impl = isImpliedCondition(BranchCond, GuardCond, DL); in threadGuard()
3023 Impl = isImpliedCondition(BranchCond, GuardCond, DL, /* LHSIsTrue */ false); in threadGuard()