Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1143 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws() local
1144 Value *L = simplifyBinOp(TopLevelOpcode, A, C, SQDistributive); in foldUsingDistributiveLaws()
1145 Value *R = simplifyBinOp(TopLevelOpcode, B, C, SQDistributive); in foldUsingDistributiveLaws()
1182 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws() local
1183 Value *L = simplifyBinOp(TopLevelOpcode, A, B, SQDistributive); in foldUsingDistributiveLaws()
1184 Value *R = simplifyBinOp(TopLevelOpcode, A, C, SQDistributive); in foldUsingDistributiveLaws()