Searched defs:FAddCombine (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp39 // FAddCombine::Add[0-5] embodies this idea.
154 /// FAddCombine is the class for optimizing an unsafe fadd/fsub along
157 class FAddCombine { class in namespace:__anon10981
159 FAddCombine(InstCombiner::BuilderTy *B) : Builder(B), Instr(nullptr) {} function in class:__anon10981::FAddCombine
201 // {FAddendCoef, FAddend, FAddition, FAddCombine}.
440 Value *FAddCombine::performFactorization(Instruction *I) {
517 Value *FAddCombine::simplify(Instruction *I) {
604 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) {
695 Value *FAddCombine::createNaryFAdd
754 Value *FAddCombine
[all...]

Completed in 78 milliseconds