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

/external/llvm/lib/VMCore/
H A DInstruction.cpp376 /// isAssociative - Return true if the instruction is associative:
382 bool Instruction::isAssociative(unsigned Opcode) { function in class:Instruction
/external/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);

Completed in 188 milliseconds