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