Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp467 unsigned InstQuota = 0; in simplify() local
471 InstQuota = ((!isa<Constant>(V0) && V0->hasOneUse()) && in simplify()
474 if (Value *R = simplifyFAdd(AllOpnds, InstQuota)) in simplify()