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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 91 /// ExpandBinOp - Simplify "A op (B op' C)" by distributing op over op', turning
96 static Value *ExpandBinOp(unsigned Opcode, Value *LHS, Value *RHS,
777 if (Value *V = ExpandBinOp(Instruction::Mul, Op0, Op1, Instruction::Add,
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 140 static Value *ExpandBinOp(unsigned Opcode, Value *LHS, Value *RHS,
    [all...]

Completed in 3108 milliseconds