Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp271 static Value *expandCommutativeBinOp(Instruction::BinaryOps Opcode, in expandCommutativeBinOp() function
899 if (Value *V = expandCommutativeBinOp(Instruction::Mul, Op0, Op1, in SimplifyMulInst()
2070 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, in SimplifyAndInst()
2075 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, in SimplifyAndInst()
2260 if (Value *V = expandCommutativeBinOp(Instruction::Or, Op0, Op1, in SimplifyOrInst()