Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp3410 SmallVector<BranchInst *, 2> GuardingBranches; in isOverflowIntrinsicNoWrap() local
3425 GuardingBranches.push_back(B); in isOverflowIntrinsicNoWrap()
3455 return any_of(GuardingBranches, AllUsesGuardedByBranch); in isOverflowIntrinsicNoWrap()