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 453 /// isAssociative - Return true if the instruction is associative:
459 bool Instruction::isAssociative(unsigned Opcode) {
464 bool Instruction::isAssociative() const {
466 if (isAssociative(Opcode))
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 148 milliseconds