Searched refs:createFSub (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp161 Value *createFSub(Value *Opnd0, Value *Opnd1);
453 createFSub(AddSub0, AddSub1);
684 LastVal = createFSub(V, LastVal);
686 LastVal = createFSub(LastVal, V);
703 Value *FAddCombine::createFSub function in class:FAddCombine
713 return createFSub(Zero, V);

Completed in 50 milliseconds