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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 132 /// SimplifyCmpInst - Given operands for a CmpInst, see if we can
134 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 304 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), TD);
306 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, TD);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 44 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const TargetData *,
402 if (Value *TCmp = SimplifyCmpInst(Pred, SI->getTrueValue(), RHS, TD, DT,
405 if (Value *FCmp = SimplifyCmpInst(Pred, SI->getFalseValue(), RHS, TD, DT,
509 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, TD, DT, MaxRecurse);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 477 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, TD);
    [all...]

Completed in 671 milliseconds