Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7161 SmallVector<const BranchInst *, 2> GuardingBranches; in isOverflowIntrinsicNoWrap() local
7176 GuardingBranches.push_back(B); in isOverflowIntrinsicNoWrap()
7206 return llvm::any_of(GuardingBranches, AllUsesGuardedByBranch); in isOverflowIntrinsicNoWrap()