Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2665 Value *GuardCond = Guard->getArgOperand(0); in ThreadGuard() local
2675 auto Impl = isImpliedCondition(BranchCond, GuardCond, DL); in ThreadGuard()
2680 Impl = isImpliedCondition(BranchCond, GuardCond, DL, /* LHSIsTrue */ false); in ThreadGuard()