HomeSort by relevance Sort by last modified time
    Searched defs:isCommutative (Results 1 - 11 of 11) sorted by null

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 70 /// isCommutative - True if the intrinsic is commutative.
71 bool isCommutative;
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java 370 public boolean isCommutative() {
  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 370 public boolean isCommutative() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java 370 public boolean isCommutative() {
  /external/llvm/include/llvm/IR/
Instruction.h 262 /// isCommutative - Return true if the instruction is commutative:
269 bool isCommutative() const { return isCommutative(getOpcode()); }
270 static bool isCommutative(unsigned op);
InlineAsm.h 140 /// isCommutative - This is set to true for a constraint that is commutative
142 bool isCommutative;
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 495 /// isCommutative - Return true if the instruction is commutative:
502 bool Instruction::isCommutative(unsigned op) {
Instructions.cpp     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1485 milliseconds