Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp244 Value *OtherOp, Instruction::BinaryOps OpcodeToExpand, in expandBinOp() argument
247 if (!B || B->getOpcode() != OpcodeToExpand) in expandBinOp()
261 (Instruction::isCommutative(OpcodeToExpand) && L == B1 && R == B0)) { in expandBinOp()
267 Value *S = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse); in expandBinOp()
279 Instruction::BinaryOps OpcodeToExpand, in expandCommutativeBinOp() argument
286 if (Value *V = expandBinOp(Opcode, L, R, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp()
288 if (Value *V = expandBinOp(Opcode, R, L, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp()