Home
last modified time | relevance | path

Searched defs:isCommutativeBinOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2880 virtual bool isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34169 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function in X86TargetLowering