Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp421 getBinOpsForFactorization(Instruction::BinaryOps TopLevelOpcode, in getBinOpsForFactorization() function
558 auto LHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op0, A, B); in SimplifyUsingDistributiveLaws()
559 auto RHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op1, C, D); in SimplifyUsingDistributiveLaws()