Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2271 static Value *simplifyOrLogic(Value *X, Value *Y) { in simplifyOrLogic() function
2384 if (Value *R = simplifyOrLogic(Op0, Op1)) in simplifyOrInst()
2386 if (Value *R = simplifyOrLogic(Op1, Op0)) in simplifyOrInst()