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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 40 static Value *SimplifyAndInst(Value *, Value *, const TargetData *,
436 if (Value *V = SimplifyAndInst(Cond, TCmp, TD, DT, MaxRecurse))
768 if (Value *V = SimplifyAndInst(Op0, Op1, TD, DT, MaxRecurse-1))
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 63 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
429 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp 52 static Value *SimplifyAndInst(Value *, Value *, const SimplifyQuery &, unsigned);
457 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
    [all...]

Completed in 519 milliseconds