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 153 /// SimplifyOrInst - Given operands for an Or, see if we can
155 Value *SimplifyOrInst(Value *LHS, Value *RHS, const DataLayout *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 58 milliseconds