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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp407 /// GatherConstantCompares - Given a potentially 'or'd or 'and'd together
412 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, function
454 if (Value *LHS = GatherConstantCompares(I->getOperand(0), Vals, Extra, TD,
458 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD,
483 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD,
2480 CompVal = GatherConstantCompares(Cond, Values, ExtraCase, TD, true,
2483 CompVal = GatherConstantCompares(Cond, Values, ExtraCase, TD, false,

Completed in 53 milliseconds