Home
last modified time | relevance | path

Searched defs:isCommutative (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h72 bool isCommutative; member
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRop.java370 public boolean isCommutative() { in isCommutative() method in Rop
/external/llvm/lib/IR/
DInstruction.cpp485 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
DInstructions.cpp3123 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/external/llvm/include/llvm/IR/
DInstruction.h287 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function