Searched defs:isCommutativeBinOp (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 2765 virtual bool isCommutativeBinOp(unsigned Opcode) const { isCommutativeBinOp() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 33638 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { isCommutativeBinOp() function in X86TargetLowering |