Searched defs:GatherConstantCompares (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp344 /// GatherConstantCompares - Given a potentially 'or'd or 'and'd together
349 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, function
415 if (Value *LHS = GatherConstantCompares(I->getOperand(0), Vals, Extra, DL,
419 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, DL,
444 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, DL,
2773 CompVal = GatherConstantCompares(Cond, Values, ExtraCase, DL, true,
2776 CompVal = GatherConstantCompares(Cond, Values, ExtraCase, DL, false,

Completed in 61 milliseconds