reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
498 bool isCommutative() const { return isCommutative(getOpcode()); }
lib/Analysis/InstructionSimplify.cpp188 if ((L == A && R == B) || (Instruction::isCommutative(OpcodeToExpand) 211 if ((L == B && R == C) || (Instruction::isCommutative(OpcodeToExpand) 281 if (!Instruction::isCommutative(Opcode)) 568 if (Instruction::isCommutative(Opcode))lib/IR/ConstantFold.cpp
1215 if (Instruction::isCommutative(Opcode)) 1341 if (Instruction::isCommutative(Opcode))lib/IR/Constants.cpp
2343 if (Instruction::isCommutative(Opcode)) {
lib/Target/RISCV/RISCVTargetTransformInfo.cpp 72 if (Instruction::isCommutative(Opcode) || Idx == ImmArgIdx) {
lib/Transforms/InstCombine/InstructionCombining.cpp496 if (Instruction::isCommutative(ROp)) 552 bool InnerCommutative = Instruction::isCommutative(InnerOpcode);lib/Transforms/Scalar/NewGVN.cpp
1045 if (Instruction::isCommutative(Opcode)) {
lib/Transforms/Vectorize/VPlanSLP.cpp 171 return Instruction::isCommutative(