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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 276 /// SimplifyCmpInst - Given operands for a CmpInst, see if we can
278 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 67 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/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 560 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, DL);
    [all...]

Completed in 2017 milliseconds