Searched defs:isCommutative (Results 1 - 9 of 9) 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/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.h280 /// isCommutative - Return true if the instruction is commutative:
287 bool isCommutative() const { return isCommutative(getOpcode()); } function in class:llvm::Instruction
288 static bool isCommutative(unsigned op);
H A DInstructions.h1075 bool isCommutative() const { return isEquality(); } function in class:llvm::ICmpInst
1190 bool isCommutative() const { function in class:llvm::FCmpInst
/external/llvm/lib/IR/
H A DInstruction.cpp478 /// isCommutative - Return true if the instruction is commutative:
485 bool Instruction::isCommutative(unsigned op) { function in class:Instruction
H A DInstructions.cpp2003 if (!isCommutative())
3123 bool CmpInst::isCommutative() const { function in class:CmpInst
3125 return IC->isCommutative();
3126 return cast<FCmpInst>(this)->isCommutative();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2006 milliseconds