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 258 /// SimplifyCmpInst - Given operands for a CmpInst, see if we can
260 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 337 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), DL,
340 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, DL,
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 66 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &,
388 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
402 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse);
517 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, Q, MaxRecurse);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 513 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, DL);
    [all...]

Completed in 277 milliseconds