Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp170 typedef SmallVector<const FAddend*, 4> AddendVect; typedef in __anon34d4ec880111::FAddCombine
172 Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota);
180 unsigned calcInstrNumber(const AddendVect& Vect);
186 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
531 AddendVect AllOpnds; in simplify()
562 AddendVect AllOpnds; in simplify()
574 AddendVect AllOpnds; in simplify()
588 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd()
605 AddendVect SimpVect; in simplifyFAdd()
679 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd()
[all …]