Searched refs:GatherConstantCompares (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp337 /// GatherConstantCompares - Given a potentially 'or'd or 'and'd together
342 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, function
408 if (Value *LHS = GatherConstantCompares(I->getOperand(0), Vals, Extra, TD,
412 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD,
437 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD,
2749 CompVal = GatherConstantCompares(Cond, Values, ExtraCase, TD, true,
2752 CompVal = GatherConstantCompares(Cond, Values, ExtraCase, TD, false,

Completed in 105 milliseconds