Searched refs:FAddCombine (Results 1 – 1 of 1) sorted by relevance
157 class FAddCombine { class159 FAddCombine(InstCombiner::BuilderTy *B) : Builder(B), Instr(nullptr) {} in FAddCombine() function in __anon34d4ec880111::FAddCombine440 Value *FAddCombine::performFactorization(Instruction *I) { in performFactorization()517 Value *FAddCombine::simplify(Instruction *I) { in simplify()604 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd()695 Value *FAddCombine::createNaryFAdd in createNaryFAdd()754 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub()761 Value *FAddCombine::createFNeg(Value *V) { in createFNeg()769 Value *FAddCombine::createFAdd(Value *Opnd0, Value *Opnd1) { in createFAdd()776 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul()[all …]