Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp272 static Value *expandCommutativeBinOp(Instruction::BinaryOps Opcode, Value *L, in expandCommutativeBinOp() function
974 if (Value *V = expandCommutativeBinOp(Instruction::Mul, Op0, Op1, in simplifyMulInst()
2144 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, in simplifyAndInst()
2149 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, in simplifyAndInst()
2440 if (Value *V = expandCommutativeBinOp(Instruction::Or, Op0, Op1, in simplifyOrInst()