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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 91 /// SimplifyAndInst - Given operands for an And, see if we can
93 Value *SimplifyAndInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 40 static Value *SimplifyAndInst(Value *, Value *, const TargetData *,
416 if (Value *V = SimplifyAndInst(Cond, TCmp, TD, DT, MaxRecurse))
748 if (Value *V = SimplifyAndInst(Op0, Op1, TD, DT, MaxRecurse-1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 51 milliseconds