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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 49 /// SimplifyAddInst - Given operands for an Add, see if we can
51 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 286 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, DL, TLI, DT, AC)) {
InstructionSimplify.cpp 528 /// SimplifyAddInst - Given operands for an Add, see if we can
530 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
586 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
590 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]

Completed in 156 milliseconds