Searched refs:OpcodeToExpand (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 240 Value *OtherOp, Instruction::BinaryOps OpcodeToExpand, in expandBinOp() argument 243 if (!B || B->getOpcode() != OpcodeToExpand) in expandBinOp() 257 (Instruction::isCommutative(OpcodeToExpand) && L == B1 && R == B0)) { in expandBinOp() 263 Value *S = simplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse); in expandBinOp() 275 Instruction::BinaryOps OpcodeToExpand, in expandCommutativeBinOp() argument 282 if (Value *V = expandBinOp(Opcode, L, R, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp() 284 if (Value *V = expandBinOp(Opcode, R, L, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp()
|