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 109 /// SimplifyAndInst - Given operands for an And, see if we can
111 Value *SimplifyAndInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 53 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
490 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 37 milliseconds