Home
last modified time | relevance | path

Searched refs:SimplifyCmpInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h217 Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp56 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &,
378 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse); in ThreadCmpOverSelect()
392 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse); in ThreadCmpOverSelect()
507 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, Q, MaxRecurse); in ThreadCmpOverPHI()
2959 static Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst() function
2966 Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst() function in llvm
2969 return ::SimplifyCmpInst(Predicate, LHS, RHS, Query (DL, TLI, DT), in SimplifyCmpInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp336 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), TD, in SimplifyWithOpReplaced()
339 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, TD, in SimplifyWithOpReplaced()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp507 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, DL); in ComputeValueKnownInPredecessors()