Home
last modified time | relevance | path

Searched refs:InstQuota (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp553 unsigned InstQuota = 0; in simplify() local
557 InstQuota = ((!isa<Constant>(V0) && V0->hasOneUse()) && in simplify()
560 if (Value *R = simplifyFAdd(AllOpnds, InstQuota)) in simplify()