HomeSort by: relevance | last modified time | path
    Searched refs:SimplifyICmpInst (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 64 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
987 Value *V = SimplifyICmpInst(Pred, LHS, RHS, Q, MaxRecurse);
2972 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A,
2980 SimplifyICmpInst(Pred, Constant::getNullValue(LHS->getType()),
3008 if (Value *V = SimplifyICmpInst(Pred, Y, Z, Q, MaxRecurse - 1))
3085 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
3093 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
3100 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
3111 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
3177 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h 223 Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 1194 Value *SubstituteCmp = SimplifyICmpInst(Pred1, Y, C, Q);
InstCombineCompares.cpp 4489 // by SimplifyICmpInst, so only deal with the tricky case.
5587 if (Value *V = SimplifyICmpInst(I.getPredicate(), Op0, Op1, Q))

Completed in 29 milliseconds