Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-instructions.h3839 virtual bool IsCommutative() const { return false; } in IsCommutative() function
4817 virtual bool IsCommutative() const OVERRIDE { in IsCommutative() function
4926 virtual bool IsCommutative() const OVERRIDE { in IsCommutative() function
5046 virtual bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
5079 virtual bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22965 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp()