Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h369 canonicalizeConditionalNegationViaMathToSelect(BinaryOperator &i);
H A DInstCombineAndOrXor.cpp1366 Instruction *InstCombinerImpl::canonicalizeConditionalNegationViaMathToSelect( in canonicalizeConditionalNegationViaMathToSelect() function in InstCombinerImpl
4313 if (Instruction *Folded = canonicalizeConditionalNegationViaMathToSelect(I)) in visitXor()