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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp163 typedef SmallVector<const FAddend*, 4> AddendVect; typedef in class:__anon10981::FAddCombine
165 Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota);
173 unsigned calcInstrNumber(const AddendVect& Vect);
179 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
547 AddendVect AllOpnds;
578 AddendVect AllOpnds;
590 AddendVect AllOpnds;
604 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) {
622 AddendVect SimpVect;
696 (const AddendVect
[all...]

Completed in 191 milliseconds