Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2430 bool ConsumesOp0, ConsumesOp1; in visitSub() local
2431 if (isFreeToInvert(Op0, Op0->hasOneUse(), ConsumesOp0) && in visitSub()
2433 (ConsumesOp0 || ConsumesOp1)) { in visitSub()
H A DInstCombineCompares.cpp7806 bool ConsumesOp0, ConsumesOp1; in visitICmpInst() local
7807 if (isFreeToInvert(Op0, Op0->hasOneUse(), ConsumesOp0) && in visitICmpInst()
7809 (ConsumesOp0 || ConsumesOp1)) { in visitICmpInst()