Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2018 static Value *simplifyAndCommutative(Value *Op0, Value *Op1, in simplifyAndCommutative() function
2096 if (Value *Res = simplifyAndCommutative(Op0, Op1, Q, MaxRecurse)) in simplifyAndInst()
2098 if (Value *Res = simplifyAndCommutative(Op1, Op0, Q, MaxRecurse)) in simplifyAndInst()