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

  /external/llvm/lib/IR/
Instruction.cpp 470 /// isAssociative - Return true if the instruction is associative:
476 bool Instruction::isAssociative(unsigned Opcode) {
481 bool Instruction::isAssociative() const {
483 if (isAssociative(Opcode))
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 30 milliseconds