Searched defs:isCommutative (Results 1 - 8 of 8) 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.h70 /// isCommutative - True if the intrinsic is commutative.
71 bool isCommutative; member in struct:llvm::CodeGenIntrinsic
/external/llvm/lib/IR/
H A DInstruction.cpp495 /// isCommutative - Return true if the instruction is commutative:
502 bool Instruction::isCommutative(unsigned op) { function in class:Instruction
H A DInstructions.cpp1991 if (!isCommutative())
3009 bool CmpInst::isCommutative() const { function in class:CmpInst
3011 return IC->isCommutative();
3012 return cast<FCmpInst>(this)->isCommutative();
/external/llvm/include/llvm/IR/
H A DInlineAsm.h140 /// isCommutative - This is set to true for a constraint that is commutative
142 bool isCommutative; member in struct:llvm::InlineAsm::ConstraintInfo
H A DInstruction.h262 /// isCommutative - Return true if the instruction is commutative:
269 bool isCommutative() const { return isCommutative(getOpcode()); } function in class:llvm::Instruction
270 static bool isCommutative(unsigned op);
H A DInstructions.h1017 bool isCommutative() const { return isEquality(); } function in class:llvm::ICmpInst
1132 bool isCommutative() const { function in class:llvm::FCmpInst
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 107 milliseconds