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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 115 /// SimplifyOrInst - Given operands for an Or, see if we can
117 Value *SimplifyOrInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 58 static Value *SimplifyOrInst(Value *, Value *, const Query &, unsigned);
495 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 74 milliseconds