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.cpp1171 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws() local
1172 Value *L = simplifyBinOp(TopLevelOpcode, A, C, SQDistributive); in foldUsingDistributiveLaws()
1173 Value *R = simplifyBinOp(TopLevelOpcode, B, C, SQDistributive); in foldUsingDistributiveLaws()
1210 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws() local
1211 Value *L = simplifyBinOp(TopLevelOpcode, A, B, SQDistributive); in foldUsingDistributiveLaws()
1212 Value *R = simplifyBinOp(TopLevelOpcode, A, C, SQDistributive); in foldUsingDistributiveLaws()