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

  /external/llvm/lib/VMCore/
Instruction.cpp 358 /// isAssociative - Return true if the instruction is associative:
364 bool Instruction::isAssociative(unsigned Opcode) {
  /external/llvm/include/llvm/
Instruction.h 199 /// isAssociative - Return true if the instruction is associative:
205 bool isAssociative() const { return isAssociative(getOpcode()); }
206 static bool isAssociative(unsigned op);

Completed in 27 milliseconds