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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 44 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const TargetData *,
422 if (Value *TCmp = SimplifyCmpInst(Pred, SI->getTrueValue(), RHS, TD, DT,
425 if (Value *FCmp = SimplifyCmpInst(Pred, SI->getFalseValue(), RHS, TD, DT,
529 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, TD, DT, MaxRecurse);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 68 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &,
389 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
403 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse);
516 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, Q, MaxRecurse);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp 57 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const SimplifyQuery &,
417 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
431 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse);
545 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, Q, MaxRecurse);
    [all...]

Completed in 856 milliseconds