Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp540 unsigned InstQuota = 0; in simplify() local
544 InstQuota = ((!isa<Constant>(V0) && V0->hasOneUse()) && in simplify()
547 if (Value *R = simplifyFAdd(AllOpnds, InstQuota)) in simplify()