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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 139 /// SimplifyCmpInst - Given operands for a CmpInst, see if we can
141 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
InstructionSimplify.h 187 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MustExecute.cpp 89 auto *SimpleValOrNull = SimplifyCmpInst(Cond->getPredicate(),
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...]
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 277 /// SimplifyCmpInst - Given operands for a CmpInst, see if we can
279 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 305 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), TD);
307 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, TD);
    [all...]
  /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/lib/Transforms/Scalar/
JumpThreading.cpp 477 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, TD);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 557 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, DL);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 776 Value *Res = SimplifyCmpInst(Pred, LHS, RHS, {DL});
    [all...]
NewGVN.cpp     [all...]

Completed in 2944 milliseconds