Searched defs:isAssociative (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp361 /// isAssociative - Return true if the instruction is associative:
367 bool Instruction::isAssociative(unsigned Opcode) { function in class:Instruction
/external/llvm/lib/IR/
H A DInstruction.cpp548 /// 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 DInstruction.h199 /// 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 Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 63 milliseconds