Searched refs:createFSub (Results 1 – 1 of 1) sorted by relevance
195 Value *createFSub(Value *Opnd0, Value *Opnd1);631 LastVal = createFSub(V, LastVal); in createNaryFAdd()633 LastVal = createFSub(LastVal, V); in createNaryFAdd()650 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub() function in FAddCombine