Searched defs:isCommutative (Results 1 - 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRop.java370 public boolean isCommutative() { method in class:Rop
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h71 /// isCommutative - True if the intrinsic is commutative.
72 bool isCommutative; member in struct:llvm::CodeGenIntrinsic
/external/llvm/lib/IR/
H A DInstruction.cpp487 /// isCommutative - Return true if the instruction is commutative:
494 bool Instruction::isCommutative(unsigned op) { function in class:Instruction
H A DInstructions.cpp1898 if (!isCommutative())
3076 bool CmpInst::isCommutative() const { function in class:CmpInst
3078 return IC->isCommutative();
3079 return cast<FCmpInst>(this)->isCommutative();
/external/llvm/include/llvm/IR/
H A DInlineAsm.h136 /// isCommutative - This is set to true for a constraint that is commutative
138 bool isCommutative; member in struct:llvm::InlineAsm::ConstraintInfo
H A DInstruction.h319 /// isCommutative - Return true if the instruction is commutative:
326 bool isCommutative() const { return isCommutative(getOpcode()); } function in class:llvm::Instruction
327 static bool isCommutative(unsigned op);
H A DInstructions.h1119 bool isCommutative() const { return isEquality(); } function in class:llvm::ICmpInst
1238 bool isCommutative() const { function in class:llvm::FCmpInst

Completed in 171 milliseconds