Searched refs:expandCommutativeBinOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 230 static Value *expandCommutativeBinOp(Instruction::BinaryOps Opcode, Value *L, in expandCommutativeBinOp() function 939 if (Value *V = expandCommutativeBinOp(Instruction::Mul, Op0, Op1, in simplifyMulInst() 2098 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, in simplifyAndInst() 2103 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, in simplifyAndInst() 2394 if (Value *V = expandCommutativeBinOp(Instruction::Or, Op0, Op1, in simplifyOrInst()
|