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

  /external/llvm/include/llvm/IR/
Instruction.h 271 /// isAssociative - Return true if the instruction is associative:
277 bool isAssociative() const;
278 static bool isAssociative(unsigned op);
  /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))
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 669 !PossibleReds[i].getReducedValue()->isAssociative()) {
    [all...]
TailRecursionElimination.cpp 542 if (!I->isAssociative() || !I->isCommutative()) return nullptr;
    [all...]
Reassociate.cpp 502 assert(Instruction::isAssociative(Opcode) &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 218 if (I.isAssociative()) {
269 if (I.isAssociative() && I.isCommutative()) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 190 assert(Instruction::isAssociative(Opcode) && "Not an associative operation!");
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 204 milliseconds