Searched defs:isAssociative (Results 1 - 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ | ||
H A D | Instruction.cpp | 361 /// isAssociative - Return true if the instruction is associative: 367 bool Instruction::isAssociative(unsigned Opcode) { function in class:Instruction |
/external/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 548 /// isAssociative - Return true if the instruction is associative: 554 bool Instruction::isAssociative(unsigned Opcode) { function in class:Instruction 559 bool Instruction::isAssociative() const { function in class:Instruction 561 if (isAssociative(Opcode)) |
/external/swiftshader/third_party/LLVM/include/llvm/ | ||
H A D | Instruction.h | 199 /// isAssociative - Return true if the instruction is associative: 205 bool isAssociative() const { return isAssociative(getOpcode()); } function in class:llvm::Instruction 206 static bool isAssociative(unsigned op); |
/external/v8/src/inspector/build/closure-compiler/ | ||
H A D | closure-compiler.jar | META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
Completed in 64 milliseconds