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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 227 /// SimplifyAssociativeBinOp - Generic simplifications for associative binary
229 static Value *SimplifyAssociativeBinOp(unsigned Opc, Value *LHS, Value *RHS,
583 if (Value *V = SimplifyAssociativeBinOp(Instruction::Add, Op0, Op1, TD, DT,
772 if (Value *V = SimplifyAssociativeBinOp(Instruction::Mul, Op0, Op1, TD, DT,
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 199 static Value *SimplifyAssociativeBinOp(unsigned Opc, Value *LHS, Value *RHS,
566 if (Value *V = SimplifyAssociativeBinOp(Instruction::Add, Op0, Op1, Q,
    [all...]

Completed in 134 milliseconds