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 209 /// SimplifyCmpInst - Given operands for a CmpInst, see if we can
211 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 312 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), TD,
315 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, TD,
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 56 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &,
450 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
464 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse);
579 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, Q, MaxRecurse);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 493 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, TD);
    [all...]

Completed in 169 milliseconds