Home
last modified time | relevance | path

Searched defs:IsCommutative (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h93 uint64_t IsCommutative : 1; member
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp34 bool IsCommutative; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36348 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp()